Html Css Color HEX #333195 Dark Slate Blue

📋 copy color: '#333195'

red 51 ◦ green 49 ◦ blue 149

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

Shades of Dark Slate Blue #333195

Tints of Dark Slate Blue #333195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

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

R = 20.48%
G = 19.68%
B = 59.84%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333195 (or 0x333195) is known color: Dark Slate Blue. HEX triplet: 33, 31 and 95. RGB value is (51,49,149). Sum of RGB (Red+Green+Blue) = 51+49+149=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #333195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333195 is #CCCE6A. Grayscale: #3C3C3C. Windows color (decimal): -13422187 or 9777459. OLE color: 9777459.

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

Color convert

RGB 51 49 149 -
CMYK 0.66 0.67 0 0.42
HSL 241.2º 0.51% 0.39% -
HSV(B) 241.2º 0.67% 0.58% -
XYZ 7.89 5.07 29 -
YUV 61 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 51 49 149 0.66 0.67 0 0.42 241.2 0.51 0.39
Hex 33 31 95 42 43 0 2A F1 33 27
Octal 63 61 225 102 103 0 52 361 63 47
Binary 110011 110001 10010101 1000010 1000011 0 101010 11110001 110011 100111

Color Harmonies of #333195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333195

Black with #333195

Text Example


Text Example

White with #333195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333195; }

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

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

background-color css

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

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

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

border-color css

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

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

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