Html Css Color HEX #333299 Dark Slate Blue

📋 copy color: '#333299'

red 51 ◦ green 50 ◦ blue 153

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

Shades of Dark Slate Blue #333299

Tints of Dark Slate Blue #333299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

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

R = 20.08%
G = 19.69%
B = 60.24%

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

#333299 (or 0x333299) is known color: Dark Slate Blue. HEX triplet: 33, 32 and 99. RGB value is (51,50,153). Sum of RGB (Red+Green+Blue) = 51+50+153=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #333299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333299 is #CCCD66. Grayscale: #3D3D3D. Windows color (decimal): -13421927 or 10039859. OLE color: 10039859.

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

Color convert

RGB 51 50 153 -
CMYK 0.67 0.67 0 0.4
HSL 240.58º 0.51% 0.4% -
HSV(B) 240.58º 0.67% 0.6% -
XYZ 8.26 5.28 30.72 -
YUV 62.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 51 50 153 0.67 0.67 0 0.4 240.58 0.51 0.4
Hex 33 32 99 43 43 0 28 F1 33 28
Octal 63 62 231 103 103 0 50 361 63 50
Binary 110011 110010 10011001 1000011 1000011 0 101000 11110001 110011 101000

Color Harmonies of #333299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333299

Black with #333299

Text Example


Text Example

White with #333299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333299; }

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

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

background-color css

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

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

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

border-color css

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

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

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