Html Css Color HEX #373099 Dark Slate Blue

📋 copy color: '#373099'

red 55 ◦ green 48 ◦ blue 153

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

Shades of Dark Slate Blue #373099

Tints of Dark Slate Blue #373099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 21.48%
G = 18.75%
B = 59.77%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#373099 (or 0x373099) is known color: Dark Slate Blue. HEX triplet: 37, 30 and 99. RGB value is (55,48,153). Sum of RGB (Red+Green+Blue) = 55+48+153=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #373099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373099 is #C8CF66. Grayscale: #3D3D3D. Windows color (decimal): -13160295 or 10039351. OLE color: 10039351.

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

Color convert

RGB 55 48 153 -
CMYK 0.64 0.69 0 0.4
HSL 244º 0.52% 0.39% -
HSV(B) 244º 0.69% 0.6% -
XYZ 8.38 5.23 30.7 -
YUV 62.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 55 48 153 0.64 0.69 0 0.4 244 0.52 0.39
Hex 37 30 99 40 45 0 28 F4 34 27
Octal 67 60 231 100 105 0 50 364 64 47
Binary 110111 110000 10011001 1000000 1000101 0 101000 11110100 110100 100111

Color Harmonies of #373099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373099

Black with #373099

Text Example


Text Example

White with #373099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373099; }

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

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

background-color css

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

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

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

border-color css

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

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

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