#333B9C

Color #333B9C Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #333B9C

Tints of Dark Slate Blue #333B9C

Color information

#333B9C (or 0x333B9C) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 3B and 9C. RGB value is (51,59,156). Sum of RGB (Red+Green+Blue) = 51+59+156=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #333B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333B9C is #CCC463. Grayscale: #434343. Windows color (decimal): -13419620 or 10238771. OLE color: 10238771.

HSL color Cylindrical-coordinate representation of color #333B9C: hue angle of 235.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333B9C is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5159156-
CMYK0.670.6200.39
HSL235.43º50.72%40.59%-
HSV(B)235.43º67.31%61.18%-
XYZ8.936.2332.18-
YUV67.67177.85116.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 156 (61.33% from 255) = 58.65%
R=19.17%
G=22.18%
B=58.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51591560.670.6200.39235.4350.7240.59
Hex333B9C433E027eb3329
Octal6373234103760473536351
Binary110011111011100111001000011111110010011111101011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333B9C; }

 p { color: rgb(51,59,156); }

 H1.HeaderClassName
 {
   color: #333B9C;
 }
 .AnyTagClassName
 {
   color: #333B9C;
 }
</style>
background-color css

<style>
 a { background-color: #333B9C; }

 a { background-color: rgb(51,59,156); }

 div.DivClassName
 {
   background-color: #333B9C;
 }
 .BgClassName
 {
   background-color: #333B9C;
 }
</style>
border-color css

<style>
 span { border-color: #333B9C; }

 span { border-color: rgb(51,59,156); }

 td.TdClassName
 {
   border-color: #333B9C;
 }
 .TagClassName
 {
   border-color: #333B9C;
 }
</style>