#3334A2

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

Shades of Dark Slate Blue #3334A2

Tints of Dark Slate Blue #3334A2

Color information

#3334A2 (or 0x3334A2) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 34 and A2. RGB value is (51,52,162). Sum of RGB (Red+Green+Blue) = 51+52+162=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 162 (63.67% from 255 or 61.13% from 265); Max value from RGB is 162 - color contains mainly: blue. Hex color #3334A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3334A2 is #CCCB5D. Grayscale: #3F3F3F. Windows color (decimal): -13421406 or 10630195. OLE color: 10630195.

HSL color Cylindrical-coordinate representation of color #3334A2: hue angle of 239.46º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3334A2 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5152162-
CMYK0.690.6800.36
HSL239.46º52.11%41.76%-
HSV(B)239.46º68.52%63.53%-
XYZ9.115.7734.82-
YUV64.24183.17118.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 162 (63.67% from 255) = 61.13%
R=19.25%
G=19.62%
B=61.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51521620.690.6800.36239.4652.1141.76
Hex3334A24544024ef342a
Octal63642421051040443576452
Binary1100111101001010001010001011000100010010011101111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3334A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3334A2; }

 p { color: rgb(51,52,162); }

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

<style>
 a { background-color: #3334A2; }

 a { background-color: rgb(51,52,162); }

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

<style>
 span { border-color: #3334A2; }

 span { border-color: rgb(51,52,162); }

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