Html Css Color HEX #373599 Dark Slate Blue

📋 copy color: '#373599'

red 55 ◦ green 53 ◦ blue 153

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

Shades of Dark Slate Blue #373599

Tints of Dark Slate Blue #373599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

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

R = 21.07%
G = 20.31%
B = 58.62%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#373599 (or 0x373599) is known color: Dark Slate Blue. HEX triplet: 37, 35 and 99. RGB value is (55,53,153). Sum of RGB (Red+Green+Blue) = 55+53+153=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #373599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373599 is #C8CA66. Grayscale: #404040. Windows color (decimal): -13159015 or 10040631. OLE color: 10040631.

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

Color convert

RGB 55 53 153 -
CMYK 0.64 0.65 0 0.4
HSL 241.2º 0.49% 0.4% -
HSV(B) 241.2º 0.65% 0.6% -
XYZ 8.6 5.66 30.78 -
YUV 65 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 55 53 153 0.64 0.65 0 0.4 241.2 0.49 0.4
Hex 37 35 99 40 41 0 28 F1 31 28
Octal 67 65 231 100 101 0 50 361 61 50
Binary 110111 110101 10011001 1000000 1000001 0 101000 11110001 110001 101000

Color Harmonies of #373599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373599

Black with #373599

Text Example


Text Example

White with #373599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373599; }

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

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

background-color css

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

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

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

border-color css

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

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

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