COLOR #333258

HEX: #333258 RGB: (51,50,88)

Color info

#333258 contains red, green and blue colors in about the same proportion. Web safe color of #333258 is #333366 (or #336).

RGB color model

#333258 color RGB value is (51,50,88).

RGB: (51,50,88) (20%, 20%, 35%)

RGB channels and saturation

R 51 of 255 = 20%
G 50 of 255 = 20%
B 88 of 255 = 35%

51
50
88

R + G + B ~ 25%. #333258 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 50 + 88 = 189 (100%)
R 51 of 189 ~ 26.98%
G 50 of 189 ~ 26.46%
B 88 of 189 ~ 46.56'%

%26.98
%26.46
%46.56

CMYK color model

#333258 color CMYK value is (42,43,0,65).

  • cyan value is 42.05%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK: (42,43,0,65) C42M43Y0K65 (42%,43%,0%,65%) (0.42/0.43/0.00/0.65) 

CMYK percentages

%42.05
%43.18
%0
%65.49

Codes

Color #333258 in popluar color models

33 32 58
RGB 51 50 88
HSL 242° 27.54% 27.06%
HSB/HSV 242° 43.18% 34.51%
CMYK 42.05% 43.18% 0.00%
65.49%

Color #333258 in popluar number systems.

HEX 33 32 58
Decimal 51 50 88
Binary 110011 110010 1011000
Octal 63 62 130

Shades and tints

Shades of #333258

#333258
(51,50,88)
#2F2E50
(47,46,80)
#2B2A48
(43,42,72)
#272640
(39,38,64)
#232238
(35,34,56)
#1F1E30
(31,30,48)
#1B1A28
(27,26,40)
#171620
(23,22,32)
#131218
(19,18,24)
#0F0E10
(15,14,16)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #333258

#333258
(51,50,88)
#454467
(69,68,103)
#575676
(87,86,118)
#696885
(105,104,133)
#7B7A94
(123,122,148)
#8D8CA3
(141,140,163)
#9F9EB2
(159,158,178)
#B1B0C1
(177,176,193)
#C3C2D0
(195,194,208)
#D5D4DF
(213,212,223)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333258 color. Also use rgb(51,50,88) instead hex code.

Text Font Color

.myTextColor { color: #333258; }

<p style="color:#333258">This sample text font color is #333258.</p>

This text font color is #333258.

Background Color

.myBgColor { background-color: #333258; }

<div style="background-color:#333258">Inner text</div>

This div background color is #333258.

Border color

.myBorderColor { border: 1px solid #333258; }

<div style="border:3px solid #333258">Div</div>

This div border color is #333258.

Opacity

.myOpacity80 { color: #333258; opacity: 0.8; }

<p style="color:#333258;opacity:0.8;">80%</p>

Text with #333258 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #333258;}

<p style="text-shadow: 3px 3px 1px #333258">Text here.</p>

This text has shadow with #333258 color.


.textShadow {text-shadow: 3px 3px 1px #333258', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #333258, 5px 5px 20px red">Text here.</p>

This text has shadow with #333258 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#333258, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#333258, Direction=45, Strength=4)">Text</p>

This text has shadow with #333258 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #333258;
-webkit-box-shadow: 1px 1px 3px 2px #333258;
box-shadow: 1px 1px 3px 2px #333258;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #333258; -webkit-box-shadow: 1px 1px 3px 2px #333258; box-shadow:1px 1px 3px 2px #333258;">
Div content here
</div>

This div box has shadow with color #333258.

Preview

Color preview on black background

This text has color #333258 on black background.


Color preview on white background

This text has color #333258 on white background.


Black color preview on #333258 background

This text has black color on #333258 background.


White color preview on #333258 background

This text has white color on #333258 background.


Related colors

Complementary color

Complementary color for #hex is #CCCDA7.


I love getcolorcode.com

Triadic colors

1 #583332 and #325833 with #333258 are triadic colors.

2 #583233 and #323358 with #333258 are triadic colors.