Html Css Color HEX #323094 Dark Slate Blue

📋 copy color: '#323094'

red 50 ◦ green 48 ◦ blue 148

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

Shades of Dark Slate Blue #323094

Tints of Dark Slate Blue #323094

RGB

 RED value IS 50 (19.92% from 255) = 20.33%

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 20.33%
G = 19.51%
B = 60.16%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323094 (or 0x323094) is known color: Dark Slate Blue. HEX triplet: 32, 30 and 94. RGB value is (50,48,148). Sum of RGB (Red+Green+Blue) = 50+48+148=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #323094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323094 is #CDCF6B. Grayscale: #3B3B3B. Windows color (decimal): -13487980 or 9711666. OLE color: 9711666.

HSL color Cylindrical-coordinate representation of color #323094: hue angle of 241.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323094 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 48 148 -
CMYK 0.66 0.68 0 0.42
HSL 241.2º 0.51% 0.38% -
HSV(B) 241.2º 0.68% 0.58% -
XYZ 7.72 4.93 28.56 -
YUV 60 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 50 48 148 0.66 0.68 0 0.42 241.2 0.51 0.38
Hex 32 30 94 42 44 0 2A F1 33 26
Octal 62 60 224 102 104 0 52 361 63 46
Binary 110010 110000 10010100 1000010 1000100 0 101010 11110001 110011 100110

Color Harmonies of #323094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323094

Black with #323094

Text Example


Text Example

White with #323094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323094; }

 p { color: rgb(50,48,148); }

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

background-color css

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

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

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

border-color css

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

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

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