Html Css Color HEX #333495 Dark Slate Blue

📋 copy color: '#333495'

red 51 ◦ green 52 ◦ blue 149

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

Shades of Dark Slate Blue #333495

Tints of Dark Slate Blue #333495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

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

R = 20.24%
G = 20.63%
B = 59.13%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333495 (or 0x333495) is known color: Dark Slate Blue. HEX triplet: 33, 34 and 95. RGB value is (51,52,149). Sum of RGB (Red+Green+Blue) = 51+52+149=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #333495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333495 is #CCCB6A. Grayscale: #3E3E3E. Windows color (decimal): -13421419 or 9778227. OLE color: 9778227.

HSL color Cylindrical-coordinate representation of color #333495: hue angle of 239.39º degrees, saturation: 0.49, 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 #333495 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 52 149 -
CMYK 0.66 0.65 0 0.42
HSL 239.39º 0.49% 0.39% -
HSV(B) 239.39º 0.66% 0.58% -
XYZ 8.02 5.33 29.04 -
YUV 62.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 51 52 149 0.66 0.65 0 0.42 239.39 0.49 0.39
Hex 33 34 95 42 41 0 2A EF 31 27
Octal 63 64 225 102 101 0 52 357 61 47
Binary 110011 110100 10010101 1000010 1000001 0 101010 11101111 110001 100111

Color Harmonies of #333495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333495

Black with #333495

Text Example


Text Example

White with #333495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333495; }

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

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

background-color css

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

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

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

border-color css

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

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

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