Html Css Color HEX #33369F Dark Slate Blue

📋 copy color: '#33369F'

red 51 ◦ green 54 ◦ blue 159

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

Shades of Dark Slate Blue #33369F

Tints of Dark Slate Blue #33369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.23%

R = 19.32%
G = 20.45%
B = 60.23%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33369F (or 0x33369F) is known color: Dark Slate Blue. HEX triplet: 33, 36 and 9F. RGB value is (51,54,159). Sum of RGB (Red+Green+Blue) = 51+54+159=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #33369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33369F is #CCC960. Grayscale: #404040. Windows color (decimal): -13420897 or 10434099. OLE color: 10434099.

HSL color Cylindrical-coordinate representation of color #33369F: hue angle of 238.33º 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 #33369F is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 54 159 -
CMYK 0.68 0.66 0 0.38
HSL 238.33º 0.51% 0.41% -
HSV(B) 238.33º 0.68% 0.62% -
XYZ 8.94 5.85 33.46 -
YUV 65.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 51 54 159 0.68 0.66 0 0.38 238.33 0.51 0.41
Hex 33 36 9F 44 42 0 26 EE 33 29
Octal 63 66 237 104 102 0 46 356 63 51
Binary 110011 110110 10011111 1000100 1000010 0 100110 11101110 110011 101001

Color Harmonies of #33369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33369F

Black with #33369F

Text Example


Text Example

White with #33369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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