Html Css Color HEX #333095 Dark Slate Blue

📋 copy color: '#333095'

red 51 ◦ green 48 ◦ blue 149

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

Shades of Dark Slate Blue #333095

Tints of Dark Slate Blue #333095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 20.56%
G = 19.35%
B = 60.08%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333095 (or 0x333095) is known color: Dark Slate Blue. HEX triplet: 33, 30 and 95. RGB value is (51,48,149). Sum of RGB (Red+Green+Blue) = 51+48+149=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #333095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333095 is #CCCF6A. Grayscale: #3C3C3C. Windows color (decimal): -13422443 or 9777203. OLE color: 9777203.

HSL color Cylindrical-coordinate representation of color #333095: hue angle of 241.78º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #333095 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 48 149 -
CMYK 0.66 0.68 0 0.42
HSL 241.78º 0.51% 0.39% -
HSV(B) 241.78º 0.68% 0.58% -
XYZ 7.85 4.99 28.98 -
YUV 60.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 51 48 149 0.66 0.68 0 0.42 241.78 0.51 0.39
Hex 33 30 95 42 44 0 2A F2 33 27
Octal 63 60 225 102 104 0 52 362 63 47
Binary 110011 110000 10010101 1000010 1000100 0 101010 11110010 110011 100111

Color Harmonies of #333095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333095

Black with #333095

Text Example


Text Example

White with #333095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333095; }

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

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

background-color css

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

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

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

border-color css

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

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

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