Html Css Color HEX #373E9F Dark Slate Blue

📋 copy color: '#373E9F'

red 55 ◦ green 62 ◦ blue 159

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

Shades of Dark Slate Blue #373E9F

Tints of Dark Slate Blue #373E9F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

 BLUE value IS 159 (62.5% from 255) = 57.61%

R = 19.93%
G = 22.46%
B = 57.61%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#373E9F (or 0x373E9F) is known color: Dark Slate Blue. HEX triplet: 37, 3E and 9F. RGB value is (55,62,159). Sum of RGB (Red+Green+Blue) = 55+62+159=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #373E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373E9F is #C8C160. Grayscale: #464646. Windows color (decimal): -13156705 or 10436151. OLE color: 10436151.

HSL color Cylindrical-coordinate representation of color #373E9F: hue angle of 235.96º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373E9F is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 62 159 -
CMYK 0.65 0.61 0 0.38
HSL 235.96º 0.49% 0.42% -
HSV(B) 235.96º 0.65% 0.62% -
XYZ 9.56 6.76 33.6 -
YUV 70.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 55 62 159 0.65 0.61 0 0.38 235.96 0.49 0.42
Hex 37 3E 9F 41 3D 0 26 EC 31 2A
Octal 67 76 237 101 75 0 46 354 61 52
Binary 110111 111110 10011111 1000001 111101 0 100110 11101100 110001 101010

Color Harmonies of #373E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E9F

Black with #373E9F

Text Example


Text Example

White with #373E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373E9F; }

 p { color: rgb(55,62,159); }

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

background-color css

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

 a { background-color: rgb(55,62,159); }

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

border-color css

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

 span { border-color: rgb(55,62,159); }

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