Html Css Color HEX #333497 Dark Slate Blue

📋 copy color: '#333497'

red 51 ◦ green 52 ◦ blue 151

#333497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #333497

Tints of Dark Slate Blue #333497

RGB

 RED value IS 51 (20.31% from 255) = 20.08%

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 151 (59.38% from 255) = 59.45%

R = 20.08%
G = 20.47%
B = 59.45%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#333497 (or 0x333497) is known color: Dark Slate Blue. HEX triplet: 33, 34 and 97. RGB value is (51,52,151). Sum of RGB (Red+Green+Blue) = 51+52+151=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #333497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333497 is #CCCB68. Grayscale: #3E3E3E. Windows color (decimal): -13421417 or 9909299. OLE color: 9909299.

HSL color Cylindrical-coordinate representation of color #333497: hue angle of 239.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333497 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 52 151 -
CMYK 0.66 0.66 0 0.41
HSL 239.4º 0.5% 0.4% -
HSV(B) 239.4º 0.66% 0.59% -
XYZ 8.18 5.39 29.89 -
YUV 62.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 51 52 151 0.66 0.66 0 0.41 239.4 0.5 0.4
Hex 33 34 97 42 42 0 29 EF 32 28
Octal 63 64 227 102 102 0 51 357 62 50
Binary 110011 110100 10010111 1000010 1000010 0 101001 11101111 110010 101000

Color Harmonies of #333497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333497

Black with #333497

Text Example


Text Example

White with #333497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333497; }

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

 H1.HeaderClassName
 {
   color: #333497;
 }
 .AnyTagClassName
 {
   color: #333497;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #333497;
 }
 .BgClassName
 {
   background-color: #333497;
 }
</style>

border-color css

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

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

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