Html Css Color HEX #373097 Dark Slate Blue

📋 copy color: '#373097'

red 55 ◦ green 48 ◦ blue 151

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

Shades of Dark Slate Blue #373097

Tints of Dark Slate Blue #373097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.45%

R = 21.65%
G = 18.9%
B = 59.45%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#373097 (or 0x373097) is known color: Dark Slate Blue. HEX triplet: 37, 30 and 97. RGB value is (55,48,151). Sum of RGB (Red+Green+Blue) = 55+48+151=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #373097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373097 is #C8CF68. Grayscale: #3D3D3D. Windows color (decimal): -13160297 or 9908279. OLE color: 9908279.

HSL color Cylindrical-coordinate representation of color #373097: hue angle of 244.08º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373097 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 48 151 -
CMYK 0.64 0.68 0 0.41
HSL 244.08º 0.52% 0.39% -
HSV(B) 244.08º 0.68% 0.59% -
XYZ 8.22 5.16 29.84 -
YUV 61.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 55 48 151 0.64 0.68 0 0.41 244.08 0.52 0.39
Hex 37 30 97 40 44 0 29 F4 34 27
Octal 67 60 227 100 104 0 51 364 64 47
Binary 110111 110000 10010111 1000000 1000100 0 101001 11110100 110100 100111

Color Harmonies of #373097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373097

Black with #373097

Text Example


Text Example

White with #373097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373097; }

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

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

background-color css

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

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

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

border-color css

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

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

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