Html Css Color HEX #373699 Dark Slate Blue

📋 copy color: '#373699'

red 55 ◦ green 54 ◦ blue 153

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

Shades of Dark Slate Blue #373699

Tints of Dark Slate Blue #373699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

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

R = 20.99%
G = 20.61%
B = 58.4%

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

#373699 (or 0x373699) is known color: Dark Slate Blue. HEX triplet: 37, 36 and 99. RGB value is (55,54,153). Sum of RGB (Red+Green+Blue) = 55+54+153=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #373699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373699 is #C8C966. Grayscale: #414141. Windows color (decimal): -13158759 or 10040887. OLE color: 10040887.

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

Color convert

RGB 55 54 153 -
CMYK 0.64 0.65 0 0.4
HSL 240.61º 0.48% 0.41% -
HSV(B) 240.61º 0.65% 0.6% -
XYZ 8.64 5.75 30.79 -
YUV 65.59 177.33 120.45 -
System Red Green Blue C M Y K H S L
Decimal 55 54 153 0.64 0.65 0 0.4 240.61 0.48 0.41
Hex 37 36 99 40 41 0 28 F1 30 29
Octal 67 66 231 100 101 0 50 361 60 51
Binary 110111 110110 10011001 1000000 1000001 0 101000 11110001 110000 101001

Color Harmonies of #373699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373699

Black with #373699

Text Example


Text Example

White with #373699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373699; }

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

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

background-color css

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

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

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

border-color css

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

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

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