Html Css Color HEX #33309C Dark Slate Blue

📋 copy color: '#33309C'

red 51 ◦ green 48 ◦ blue 156

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

Shades of Dark Slate Blue #33309C

Tints of Dark Slate Blue #33309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 20%
G = 18.82%
B = 61.18%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33309C (or 0x33309C) is known color: Dark Slate Blue. HEX triplet: 33, 30 and 9C. RGB value is (51,48,156). Sum of RGB (Red+Green+Blue) = 51+48+156=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #33309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33309C is #CCCF63. Grayscale: #3C3C3C. Windows color (decimal): -13422436 or 10235955. OLE color: 10235955.

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

Color convert

RGB 51 48 156 -
CMYK 0.67 0.69 0 0.39
HSL 241.67º 0.53% 0.4% -
HSV(B) 241.67º 0.69% 0.61% -
XYZ 8.42 5.22 32.02 -
YUV 61.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 51 48 156 0.67 0.69 0 0.39 241.67 0.53 0.4
Hex 33 30 9C 43 45 0 27 F2 35 28
Octal 63 60 234 103 105 0 47 362 65 50
Binary 110011 110000 10011100 1000011 1000101 0 100111 11110010 110101 101000

Color Harmonies of #33309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33309C

Black with #33309C

Text Example


Text Example

White with #33309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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