#333A9E

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

Shades of Dark Slate Blue #333A9E

Tints of Dark Slate Blue #333A9E

Color information

#333A9E (or 0x333A9E) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 3A and 9E. RGB value is (51,58,158). Sum of RGB (Red+Green+Blue) = 51+58+158=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #333A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333A9E is #CCC561. Grayscale: #424242. Windows color (decimal): -13419874 or 10369587. OLE color: 10369587.

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

Color convert

RGB5158158-
CMYK0.680.6300.38
HSL236.07º51.2%40.98%-
HSV(B)236.07º67.72%61.96%-
XYZ9.056.233.07-
YUV67.31179.18116.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=19.10%
G=21.72%
B=59.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51581580.680.6300.38236.0751.240.98
Hex333A9E443F026ec3329
Octal6372236104770463546351
Binary110011111010100111101000100111111010011011101100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,58,158); }

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

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

 a { background-color: rgb(51,58,158); }

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

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

 span { border-color: rgb(51,58,158); }

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