Html Css Color HEX #33359C Dark Slate Blue

📋 copy color: '#33359C'

red 51 ◦ green 53 ◦ blue 156

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

Shades of Dark Slate Blue #33359C

Tints of Dark Slate Blue #33359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

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

R = 19.62%
G = 20.38%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33359C (or 0x33359C) is known color: Dark Slate Blue. HEX triplet: 33, 35 and 9C. RGB value is (51,53,156). Sum of RGB (Red+Green+Blue) = 51+53+156=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #33359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33359C is #CCCA63. Grayscale: #3F3F3F. Windows color (decimal): -13421156 or 10237235. OLE color: 10237235.

HSL color Cylindrical-coordinate representation of color #33359C: hue angle of 238.86º 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 #33359C is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 53 156 -
CMYK 0.67 0.66 0 0.39
HSL 238.86º 0.51% 0.41% -
HSV(B) 238.86º 0.67% 0.61% -
XYZ 8.64 5.65 32.09 -
YUV 64.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 51 53 156 0.67 0.66 0 0.39 238.86 0.51 0.41
Hex 33 35 9C 43 42 0 27 EF 33 29
Octal 63 65 234 103 102 0 47 357 63 51
Binary 110011 110101 10011100 1000011 1000010 0 100111 11101111 110011 101001

Color Harmonies of #33359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33359C

Black with #33359C

Text Example


Text Example

White with #33359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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