Html Css Color HEX #33389C Dark Slate Blue

📋 copy color: '#33389C'

red 51 ◦ green 56 ◦ blue 156

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

Shades of Dark Slate Blue #33389C

Tints of Dark Slate Blue #33389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

 BLUE value IS 156 (61.33% from 255) = 59.32%

R = 19.39%
G = 21.29%
B = 59.32%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33389C (or 0x33389C) is known color: Dark Slate Blue. HEX triplet: 33, 38 and 9C. RGB value is (51,56,156). Sum of RGB (Red+Green+Blue) = 51+56+156=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #33389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33389C is #CCC763. Grayscale: #414141. Windows color (decimal): -13420388 or 10238003. OLE color: 10238003.

HSL color Cylindrical-coordinate representation of color #33389C: hue angle of 237.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33389C is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 56 156 -
CMYK 0.67 0.64 0 0.39
HSL 237.14º 0.51% 0.41% -
HSV(B) 237.14º 0.67% 0.61% -
XYZ 8.78 5.93 32.13 -
YUV 65.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 51 56 156 0.67 0.64 0 0.39 237.14 0.51 0.41
Hex 33 38 9C 43 40 0 27 ED 33 29
Octal 63 70 234 103 100 0 47 355 63 51
Binary 110011 111000 10011100 1000011 1000000 0 100111 11101101 110011 101001

Color Harmonies of #33389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33389C

Black with #33389C

Text Example


Text Example

White with #33389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33389C; }

 p { color: rgb(51,56,156); }

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

background-color css

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

 a { background-color: rgb(51,56,156); }

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

border-color css

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

 span { border-color: rgb(51,56,156); }

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