Html Css Color HEX #333091 Dark Slate Blue

📋 copy color: '#333091'

red 51 ◦ green 48 ◦ blue 145

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

Shades of Dark Slate Blue #333091

Tints of Dark Slate Blue #333091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 59.43%

R = 20.9%
G = 19.67%
B = 59.43%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333091 (or 0x333091) is known color: Dark Slate Blue. HEX triplet: 33, 30 and 91. RGB value is (51,48,145). Sum of RGB (Red+Green+Blue) = 51+48+145=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #333091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333091 is #CCCF6E. Grayscale: #3B3B3B. Windows color (decimal): -13422447 or 9515059. OLE color: 9515059.

HSL color Cylindrical-coordinate representation of color #333091: hue angle of 241.86º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333091 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 48 145 -
CMYK 0.65 0.67 0 0.43
HSL 241.86º 0.5% 0.38% -
HSV(B) 241.86º 0.67% 0.57% -
XYZ 7.53 4.86 27.33 -
YUV 59.96 175.99 121.61 -
System Red Green Blue C M Y K H S L
Decimal 51 48 145 0.65 0.67 0 0.43 241.86 0.5 0.38
Hex 33 30 91 41 43 0 2B F2 32 26
Octal 63 60 221 101 103 0 53 362 62 46
Binary 110011 110000 10010001 1000001 1000011 0 101011 11110010 110010 100110

Color Harmonies of #333091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333091

Black with #333091

Text Example


Text Example

White with #333091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333091; }

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

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

background-color css

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

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

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

border-color css

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

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

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