Html Css Color HEX #373094 Dark Slate Blue

📋 copy color: '#373094'

red 55 ◦ green 48 ◦ blue 148

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

Shades of Dark Slate Blue #373094

Tints of Dark Slate Blue #373094

RGB

 RED value IS 55 (21.88% from 255) = 21.91%

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

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

R = 21.91%
G = 19.12%
B = 58.96%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373094 (or 0x373094) is known color: Dark Slate Blue. HEX triplet: 37, 30 and 94. RGB value is (55,48,148). Sum of RGB (Red+Green+Blue) = 55+48+148=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #373094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373094 is #C8CF6B. Grayscale: #3D3D3D. Windows color (decimal): -13160300 or 9711671. OLE color: 9711671.

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

Color convert

RGB 55 48 148 -
CMYK 0.63 0.68 0 0.42
HSL 244.2º 0.51% 0.38% -
HSV(B) 244.2º 0.68% 0.58% -
XYZ 7.98 5.06 28.57 -
YUV 61.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 55 48 148 0.63 0.68 0 0.42 244.2 0.51 0.38
Hex 37 30 94 3F 44 0 2A F4 33 26
Octal 67 60 224 77 104 0 52 364 63 46
Binary 110111 110000 10010100 111111 1000100 0 101010 11110100 110011 100110

Color Harmonies of #373094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373094

Black with #373094

Text Example


Text Example

White with #373094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373094; }

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

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

background-color css

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

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

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

border-color css

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

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

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