Html Css Color HEX #33339B Dark Slate Blue

📋 copy color: '#33339B'

red 51 ◦ green 51 ◦ blue 155

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

Shades of Dark Slate Blue #33339B

Tints of Dark Slate Blue #33339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 19.84%
G = 19.84%
B = 60.31%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33339B (or 0x33339B) is known color: Dark Slate Blue. HEX triplet: 33, 33 and 9B. RGB value is (51,51,155). Sum of RGB (Red+Green+Blue) = 51+51+155=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #33339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33339B is #CCCC64. Grayscale: #3E3E3E. Windows color (decimal): -13421669 or 10171187. OLE color: 10171187.

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

Color convert

RGB 51 51 155 -
CMYK 0.67 0.67 0 0.39
HSL 240º 0.5% 0.4% -
HSV(B) 240º 0.67% 0.61% -
XYZ 8.47 5.44 31.61 -
YUV 62.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 51 51 155 0.67 0.67 0 0.39 240 0.5 0.4
Hex 33 33 9B 43 43 0 27 F0 32 28
Octal 63 63 233 103 103 0 47 360 62 50
Binary 110011 110011 10011011 1000011 1000011 0 100111 11110000 110010 101000

Color Harmonies of #33339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33339B

Black with #33339B

Text Example


Text Example

White with #33339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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