Html Css Color HEX #373492 Dark Slate Blue

📋 copy color: '#373492'

red 55 ◦ green 52 ◦ blue 146

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

Shades of Dark Slate Blue #373492

Tints of Dark Slate Blue #373492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.71%

R = 21.74%
G = 20.55%
B = 57.71%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373492 (or 0x373492) is known color: Dark Slate Blue. HEX triplet: 37, 34 and 92. RGB value is (55,52,146). Sum of RGB (Red+Green+Blue) = 55+52+146=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #373492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373492 is #C8CB6D. Grayscale: #3F3F3F. Windows color (decimal): -13159278 or 9581623. OLE color: 9581623.

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

Color convert

RGB 55 52 146 -
CMYK 0.62 0.64 0 0.43
HSL 241.91º 0.47% 0.39% -
HSV(B) 241.91º 0.64% 0.57% -
XYZ 7.99 5.34 27.8 -
YUV 63.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 55 52 146 0.62 0.64 0 0.43 241.91 0.47 0.39
Hex 37 34 92 3E 40 0 2B F2 2F 27
Octal 67 64 222 76 100 0 53 362 57 47
Binary 110111 110100 10010010 111110 1000000 0 101011 11110010 101111 100111

Color Harmonies of #373492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373492

Black with #373492

Text Example


Text Example

White with #373492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373492; }

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

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

background-color css

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

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

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

border-color css

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

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

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