Html Css Color HEX #333293 Dark Slate Blue

📋 copy color: '#333293'

red 51 ◦ green 50 ◦ blue 147

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

Shades of Dark Slate Blue #333293

Tints of Dark Slate Blue #333293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.27%

R = 20.56%
G = 20.16%
B = 59.27%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333293 (or 0x333293) is known color: Dark Slate Blue. HEX triplet: 33, 32 and 93. RGB value is (51,50,147). Sum of RGB (Red+Green+Blue) = 51+50+147=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #333293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333293 is #CCCD6C. Grayscale: #3C3C3C. Windows color (decimal): -13421933 or 9646643. OLE color: 9646643.

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

Color convert

RGB 51 50 147 -
CMYK 0.65 0.66 0 0.42
HSL 240.62º 0.49% 0.39% -
HSV(B) 240.62º 0.66% 0.58% -
XYZ 7.77 5.09 28.18 -
YUV 61.36 176.33 120.61 -
System Red Green Blue C M Y K H S L
Decimal 51 50 147 0.65 0.66 0 0.42 240.62 0.49 0.39
Hex 33 32 93 41 42 0 2A F1 31 27
Octal 63 62 223 101 102 0 52 361 61 47
Binary 110011 110010 10010011 1000001 1000010 0 101010 11110001 110001 100111

Color Harmonies of #333293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333293

Black with #333293

Text Example


Text Example

White with #333293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333293; }

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

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

background-color css

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

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

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

border-color css

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

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

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