Html Css Color HEX #33259E Dark Slate Blue

📋 copy color: '#33259E'

red 51 ◦ green 37 ◦ blue 158

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

Shades of Dark Slate Blue #33259E

Tints of Dark Slate Blue #33259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 20.73%
G = 15.04%
B = 64.23%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33259E (or 0x33259E) is known color: Dark Slate Blue. HEX triplet: 33, 25 and 9E. RGB value is (51,37,158). Sum of RGB (Red+Green+Blue) = 51+37+158=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #33259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33259E is #CCDA61. Grayscale: #363636. Windows color (decimal): -13425250 or 10364211. OLE color: 10364211.

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

Color convert

RGB 51 37 158 -
CMYK 0.68 0.77 0 0.38
HSL 246.94º 0.62% 0.38% -
HSV(B) 246.94º 0.77% 0.62% -
XYZ 8.2 4.5 32.78 -
YUV 54.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 51 37 158 0.68 0.77 0 0.38 246.94 0.62 0.38
Hex 33 25 9E 44 4D 0 26 F7 3E 26
Octal 63 45 236 104 115 0 46 367 76 46
Binary 110011 100101 10011110 1000100 1001101 0 100110 11110111 111110 100110

Color Harmonies of #33259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33259E

Black with #33259E

Text Example


Text Example

White with #33259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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