Html Css Color HEX #33249A Dark Slate Blue

📋 copy color: '#33249A'

red 51 ◦ green 36 ◦ blue 154

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

Shades of Dark Slate Blue #33249A

Tints of Dark Slate Blue #33249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 21.16%
G = 14.94%
B = 63.9%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33249A (or 0x33249A) is known color: Dark Slate Blue. HEX triplet: 33, 24 and 9A. RGB value is (51,36,154). Sum of RGB (Red+Green+Blue) = 51+36+154=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #33249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33249A is #CCDB65. Grayscale: #353535. Windows color (decimal): -13425510 or 10101811. OLE color: 10101811.

HSL color Cylindrical-coordinate representation of color #33249A: hue angle of 247.63º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33249A is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 36 154 -
CMYK 0.67 0.77 0 0.40
HSL 247.63º 0.62% 0.37% -
HSV(B) 247.63º 0.77% 0.6% -
XYZ 7.83 4.3 30.99 -
YUV 53.94 184.47 125.91 -
System Red Green Blue C M Y K H S L
Decimal 51 36 154 0.67 0.77 0 0.40 247.63 0.62 0.37
Hex 33 24 9A 43 4D 0 28 F8 3E 25
Octal 63 44 232 103 115 0 50 370 76 45
Binary 110011 100100 10011010 1000011 1001101 0 101000 11111000 111110 100101

Color Harmonies of #33249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33249A

Black with #33249A

Text Example


Text Example

White with #33249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33249A; }

 p { color: rgb(51,36,154); }

 H1.HeaderClassName
 {
   color: #33249A;
 }
 .AnyTagClassName
 {
   color: #33249A;
 }
</style>

background-color css

<style>
 a { background-color: #33249A; }

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

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

border-color css

<style>
 span { border-color: #33249A; }

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

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