Html Css Color HEX #373690 Dark Slate Blue

📋 copy color: '#373690'

red 55 ◦ green 54 ◦ blue 144

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

Shades of Dark Slate Blue #373690

Tints of Dark Slate Blue #373690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.92%

R = 21.74%
G = 21.34%
B = 56.92%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#373690 (or 0x373690) is known color: Dark Slate Blue. HEX triplet: 37, 36 and 90. RGB value is (55,54,144). Sum of RGB (Red+Green+Blue) = 55+54+144=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #373690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373690 is #C8C96F. Grayscale: #404040. Windows color (decimal): -13158768 or 9451063. OLE color: 9451063.

HSL color Cylindrical-coordinate representation of color #373690: hue angle of 240.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373690 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 54 144 -
CMYK 0.62 0.63 0 0.44
HSL 240.67º 0.45% 0.39% -
HSV(B) 240.67º 0.63% 0.56% -
XYZ 7.93 5.46 27.02 -
YUV 64.56 172.83 121.18 -
System Red Green Blue C M Y K H S L
Decimal 55 54 144 0.62 0.63 0 0.44 240.67 0.45 0.39
Hex 37 36 90 3E 3F 0 2C F1 2D 27
Octal 67 66 220 76 77 0 54 361 55 47
Binary 110111 110110 10010000 111110 111111 0 101100 11110001 101101 100111

Color Harmonies of #373690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373690

Black with #373690

Text Example


Text Example

White with #373690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373690; }

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

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

background-color css

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

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

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

border-color css

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

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

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