Html Css Color HEX #333399 Dark Slate Blue

📋 copy color: '#333399'

red 51 ◦ green 51 ◦ blue 153

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

Shades of Dark Slate Blue #333399

Tints of Dark Slate Blue #333399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60%

R = 20%
G = 20%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#333399 (or 0x333399) is known color: Dark Slate Blue. HEX triplet: 33, 33 and 99. RGB value is (51,51,153). Sum of RGB (Red+Green+Blue) = 51+51+153=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #333399 is a web safe color. Inversed color of #333399 is #CCCC66. Grayscale: #3E3E3E. Windows color (decimal): -13421671 or 10040115. OLE color: 10040115.

HSL color Cylindrical-coordinate representation of color #333399: hue angle of 240º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333399 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 51 153 -
CMYK 0.67 0.67 0 0.4
HSL 240º 0.5% 0.4% -
HSV(B) 240º 0.67% 0.6% -
XYZ 8.3 5.37 30.74 -
YUV 62.63 179 119.71 -
System Red Green Blue C M Y K H S L
Decimal 51 51 153 0.67 0.67 0 0.4 240 0.5 0.4
Hex 33 33 99 43 43 0 28 F0 32 28
Octal 63 63 231 103 103 0 50 360 62 50
Binary 110011 110011 10011001 1000011 1000011 0 101000 11110000 110010 101000

Color Harmonies of #333399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333399

Black with #333399

Text Example


Text Example

White with #333399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333399; }

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

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

background-color css

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

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

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

border-color css

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

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

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