Html Css Color HEX #333697 Dark Slate Blue

📋 copy color: '#333697'

red 51 ◦ green 54 ◦ blue 151

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

Shades of Dark Slate Blue #333697

Tints of Dark Slate Blue #333697

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 19.92%
G = 21.09%
B = 58.98%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#333697 (or 0x333697) is known color: Dark Slate Blue. HEX triplet: 33, 36 and 97. RGB value is (51,54,151). Sum of RGB (Red+Green+Blue) = 51+54+151=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #333697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333697 is #CCC968. Grayscale: #3F3F3F. Windows color (decimal): -13420905 or 9909811. OLE color: 9909811.

HSL color Cylindrical-coordinate representation of color #333697: hue angle of 238.2º 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 #333697 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 54 151 -
CMYK 0.66 0.64 0 0.41
HSL 238.2º 0.5% 0.4% -
HSV(B) 238.2º 0.66% 0.59% -
XYZ 8.27 5.58 29.92 -
YUV 64.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 51 54 151 0.66 0.64 0 0.41 238.2 0.5 0.4
Hex 33 36 97 42 40 0 29 EE 32 28
Octal 63 66 227 102 100 0 51 356 62 50
Binary 110011 110110 10010111 1000010 1000000 0 101001 11101110 110010 101000

Color Harmonies of #333697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333697

Black with #333697

Text Example


Text Example

White with #333697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333697; }

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

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

background-color css

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

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

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

border-color css

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

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

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