Html Css Color HEX #333295 Dark Slate Blue

📋 copy color: '#333295'

red 51 ◦ green 50 ◦ blue 149

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

Shades of Dark Slate Blue #333295

Tints of Dark Slate Blue #333295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 20.4%
G = 20%
B = 59.6%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333295 (or 0x333295) is known color: Dark Slate Blue. HEX triplet: 33, 32 and 95. RGB value is (51,50,149). Sum of RGB (Red+Green+Blue) = 51+50+149=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #333295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333295 is #CCCD6A. Grayscale: #3D3D3D. Windows color (decimal): -13421931 or 9777715. OLE color: 9777715.

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

Color convert

RGB 51 50 149 -
CMYK 0.66 0.66 0 0.42
HSL 240.61º 0.5% 0.39% -
HSV(B) 240.61º 0.66% 0.58% -
XYZ 7.93 5.15 29.01 -
YUV 61.59 177.33 120.45 -
System Red Green Blue C M Y K H S L
Decimal 51 50 149 0.66 0.66 0 0.42 240.61 0.5 0.39
Hex 33 32 95 42 42 0 2A F1 32 27
Octal 63 62 225 102 102 0 52 361 62 47
Binary 110011 110010 10010101 1000010 1000010 0 101010 11110001 110010 100111

Color Harmonies of #333295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333295

Black with #333295

Text Example


Text Example

White with #333295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333295; }

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

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

background-color css

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

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

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

border-color css

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

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

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