Html Css Color HEX #33359B Dark Slate Blue

📋 copy color: '#33359B'

red 51 ◦ green 53 ◦ blue 155

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

Shades of Dark Slate Blue #33359B

Tints of Dark Slate Blue #33359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.85%

R = 19.69%
G = 20.46%
B = 59.85%

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

#33359B (or 0x33359B) is known color: Dark Slate Blue. HEX triplet: 33, 35 and 9B. RGB value is (51,53,155). Sum of RGB (Red+Green+Blue) = 51+53+155=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #33359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33359B is #CCCA64. Grayscale: #3F3F3F. Windows color (decimal): -13421157 or 10171699. OLE color: 10171699.

HSL color Cylindrical-coordinate representation of color #33359B: hue angle of 238.85º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33359B is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 53 155 -
CMYK 0.67 0.66 0 0.39
HSL 238.85º 0.5% 0.4% -
HSV(B) 238.85º 0.67% 0.61% -
XYZ 8.55 5.62 31.64 -
YUV 64.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 51 53 155 0.67 0.66 0 0.39 238.85 0.5 0.4
Hex 33 35 9B 43 42 0 27 EF 32 28
Octal 63 65 233 103 102 0 47 357 62 50
Binary 110011 110101 10011011 1000011 1000010 0 100111 11101111 110010 101000

Color Harmonies of #33359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33359B

Black with #33359B

Text Example


Text Example

White with #33359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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