Html Css Color HEX #333799 Dark Slate Blue

📋 copy color: '#333799'

red 51 ◦ green 55 ◦ blue 153

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

Shades of Dark Slate Blue #333799

Tints of Dark Slate Blue #333799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

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

R = 19.69%
G = 21.24%
B = 59.07%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#333799 (or 0x333799) is known color: Dark Slate Blue. HEX triplet: 33, 37 and 99. RGB value is (51,55,153). Sum of RGB (Red+Green+Blue) = 51+55+153=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #333799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333799 is #CCC866. Grayscale: #404040. Windows color (decimal): -13420647 or 10041139. OLE color: 10041139.

HSL color Cylindrical-coordinate representation of color #333799: hue angle of 237.65º 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 #333799 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 55 153 -
CMYK 0.67 0.64 0 0.4
HSL 237.65º 0.5% 0.4% -
HSV(B) 237.65º 0.67% 0.6% -
XYZ 8.48 5.74 30.8 -
YUV 64.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 51 55 153 0.67 0.64 0 0.4 237.65 0.5 0.4
Hex 33 37 99 43 40 0 28 EE 32 28
Octal 63 67 231 103 100 0 50 356 62 50
Binary 110011 110111 10011001 1000011 1000000 0 101000 11101110 110010 101000

Color Harmonies of #333799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333799

Black with #333799

Text Example


Text Example

White with #333799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333799; }

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

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

background-color css

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

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

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

border-color css

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

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

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