Html Css Color HEX #333394 Dark Slate Blue

📋 copy color: '#333394'

red 51 ◦ green 51 ◦ blue 148

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

Shades of Dark Slate Blue #333394

Tints of Dark Slate Blue #333394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 20.4%
G = 20.4%
B = 59.2%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333394 (or 0x333394) is known color: Dark Slate Blue. HEX triplet: 33, 33 and 94. RGB value is (51,51,148). Sum of RGB (Red+Green+Blue) = 51+51+148=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #333394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333394 is #CCCC6B. Grayscale: #3D3D3D. Windows color (decimal): -13421676 or 9712435. OLE color: 9712435.

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

Color convert

RGB 51 51 148 -
CMYK 0.66 0.66 0 0.42
HSL 240º 0.49% 0.39% -
HSV(B) 240º 0.66% 0.58% -
XYZ 7.89 5.21 28.61 -
YUV 62.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 51 51 148 0.66 0.66 0 0.42 240 0.49 0.39
Hex 33 33 94 42 42 0 2A F0 31 27
Octal 63 63 224 102 102 0 52 360 61 47
Binary 110011 110011 10010100 1000010 1000010 0 101010 11110000 110001 100111

Color Harmonies of #333394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333394

Black with #333394

Text Example


Text Example

White with #333394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333394; }

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

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

background-color css

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

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

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

border-color css

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

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

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