Html Css Color HEX #33299E Dark Slate Blue

📋 copy color: '#33299E'

red 51 ◦ green 41 ◦ blue 158

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

Shades of Dark Slate Blue #33299E

Tints of Dark Slate Blue #33299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 20.4%
G = 16.4%
B = 63.2%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33299E (or 0x33299E) is known color: Dark Slate Blue. HEX triplet: 33, 29 and 9E. RGB value is (51,41,158). Sum of RGB (Red+Green+Blue) = 51+41+158=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #33299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33299E is #CCD661. Grayscale: #383838. Windows color (decimal): -13424226 or 10365235. OLE color: 10365235.

HSL color Cylindrical-coordinate representation of color #33299E: hue angle of 245.13º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33299E is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 41 158 -
CMYK 0.68 0.74 0 0.38
HSL 245.13º 0.59% 0.39% -
HSV(B) 245.13º 0.74% 0.62% -
XYZ 8.33 4.76 32.83 -
YUV 57.33 184.81 123.49 -
System Red Green Blue C M Y K H S L
Decimal 51 41 158 0.68 0.74 0 0.38 245.13 0.59 0.39
Hex 33 29 9E 44 4A 0 26 F5 3B 27
Octal 63 51 236 104 112 0 46 365 73 47
Binary 110011 101001 10011110 1000100 1001010 0 100110 11110101 111011 100111

Color Harmonies of #33299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33299E

Black with #33299E

Text Example


Text Example

White with #33299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33299E; }

 p { color: rgb(51,41,158); }

 H1.HeaderClassName
 {
   color: #33299E;
 }
 .AnyTagClassName
 {
   color: #33299E;
 }
</style>

background-color css

<style>
 a { background-color: #33299E; }

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

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

border-color css

<style>
 span { border-color: #33299E; }

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

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