Html Css Color HEX #333395 Dark Slate Blue

📋 copy color: '#333395'

red 51 ◦ green 51 ◦ blue 149

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

Shades of Dark Slate Blue #333395

Tints of Dark Slate Blue #333395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

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

R = 20.32%
G = 20.32%
B = 59.36%

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

#333395 (or 0x333395) is known color: Dark Slate Blue. HEX triplet: 33, 33 and 95. RGB value is (51,51,149). Sum of RGB (Red+Green+Blue) = 51+51+149=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #333395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333395 is #CCCC6A. Grayscale: #3D3D3D. Windows color (decimal): -13421675 or 9777971. OLE color: 9777971.

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

Color convert

RGB 51 51 149 -
CMYK 0.66 0.66 0 0.42
HSL 240º 0.49% 0.39% -
HSV(B) 240º 0.66% 0.58% -
XYZ 7.97 5.24 29.03 -
YUV 62.17 177 120.03 -
System Red Green Blue C M Y K H S L
Decimal 51 51 149 0.66 0.66 0 0.42 240 0.49 0.39
Hex 33 33 95 42 42 0 2A F0 31 27
Octal 63 63 225 102 102 0 52 360 61 47
Binary 110011 110011 10010101 1000010 1000010 0 101010 11110000 110001 100111

Color Harmonies of #333395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333395

Black with #333395

Text Example


Text Example

White with #333395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333395; }

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

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

background-color css

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

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

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

border-color css

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

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

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