Html Css Color HEX #373490 Dark Slate Blue

📋 copy color: '#373490'

red 55 ◦ green 52 ◦ blue 144

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

Shades of Dark Slate Blue #373490

Tints of Dark Slate Blue #373490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

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

R = 21.91%
G = 20.72%
B = 57.37%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#373490 (or 0x373490) is known color: Dark Slate Blue. HEX triplet: 37, 34 and 90. RGB value is (55,52,144). Sum of RGB (Red+Green+Blue) = 55+52+144=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #373490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373490 is #C8CB6F. Grayscale: #3F3F3F. Windows color (decimal): -13159280 or 9450551. OLE color: 9450551.

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

Color convert

RGB 55 52 144 -
CMYK 0.62 0.64 0 0.44
HSL 241.96º 0.47% 0.38% -
HSV(B) 241.96º 0.64% 0.56% -
XYZ 7.84 5.28 26.99 -
YUV 63.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 55 52 144 0.62 0.64 0 0.44 241.96 0.47 0.38
Hex 37 34 90 3E 40 0 2C F2 2F 26
Octal 67 64 220 76 100 0 54 362 57 46
Binary 110111 110100 10010000 111110 1000000 0 101100 11110010 101111 100110

Color Harmonies of #373490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373490

Black with #373490

Text Example


Text Example

White with #373490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373490; }

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

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

background-color css

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

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

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

border-color css

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

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

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