Html Css Color HEX #33399E Dark Slate Blue

📋 copy color: '#33399E'

red 51 ◦ green 57 ◦ blue 158

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

Shades of Dark Slate Blue #33399E

Tints of Dark Slate Blue #33399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 19.17%
G = 21.43%
B = 59.4%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33399E (or 0x33399E) is known color: Dark Slate Blue. HEX triplet: 33, 39 and 9E. RGB value is (51,57,158). Sum of RGB (Red+Green+Blue) = 51+57+158=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #33399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33399E is #CCC661. Grayscale: #424242. Windows color (decimal): -13420130 or 10369331. OLE color: 10369331.

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

Color convert

RGB 51 57 158 -
CMYK 0.68 0.64 0 0.38
HSL 236.64º 0.51% 0.41% -
HSV(B) 236.64º 0.68% 0.62% -
XYZ 9 6.1 33.05 -
YUV 66.72 179.51 116.79 -
System Red Green Blue C M Y K H S L
Decimal 51 57 158 0.68 0.64 0 0.38 236.64 0.51 0.41
Hex 33 39 9E 44 40 0 26 ED 33 29
Octal 63 71 236 104 100 0 46 355 63 51
Binary 110011 111001 10011110 1000100 1000000 0 100110 11101101 110011 101001

Color Harmonies of #33399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33399E

Black with #33399E

Text Example


Text Example

White with #33399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33399E; }

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

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

background-color css

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

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

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

border-color css

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

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

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