Html Css Color HEX #33229A Dark Slate Blue

📋 copy color: '#33229A'

red 51 ◦ green 34 ◦ blue 154

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

Shades of Dark Slate Blue #33229A

Tints of Dark Slate Blue #33229A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

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

R = 21.34%
G = 14.23%
B = 64.44%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33229A (or 0x33229A) is known color: Dark Slate Blue. HEX triplet: 33, 22 and 9A. RGB value is (51,34,154). Sum of RGB (Red+Green+Blue) = 51+34+154=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #33229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33229A is #CCDD65. Grayscale: #343434. Windows color (decimal): -13426022 or 10101299. OLE color: 10101299.

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

Color convert

RGB 51 34 154 -
CMYK 0.67 0.78 0 0.40
HSL 248.5º 0.64% 0.37% -
HSV(B) 248.5º 0.78% 0.6% -
XYZ 7.77 4.18 30.97 -
YUV 52.76 185.13 126.74 -
System Red Green Blue C M Y K H S L
Decimal 51 34 154 0.67 0.78 0 0.40 248.5 0.64 0.37
Hex 33 22 9A 43 4E 0 28 F9 40 25
Octal 63 42 232 103 116 0 50 371 100 45
Binary 110011 100010 10011010 1000011 1001110 0 101000 11111001 1000000 100101

Color Harmonies of #33229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33229A

Black with #33229A

Text Example


Text Example

White with #33229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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