Html Css Color HEX #373D9F Dark Slate Blue

📋 copy color: '#373D9F'

red 55 ◦ green 61 ◦ blue 159

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

Shades of Dark Slate Blue #373D9F

Tints of Dark Slate Blue #373D9F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

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

R = 20%
G = 22.18%
B = 57.82%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#373D9F (or 0x373D9F) is known color: Dark Slate Blue. HEX triplet: 37, 3D and 9F. RGB value is (55,61,159). Sum of RGB (Red+Green+Blue) = 55+61+159=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #373D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373D9F is #C8C260. Grayscale: #454545. Windows color (decimal): -13156961 or 10435895. OLE color: 10435895.

HSL color Cylindrical-coordinate representation of color #373D9F: hue angle of 236.54º 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 #373D9F is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 61 159 -
CMYK 0.65 0.62 0 0.38
HSL 236.54º 0.49% 0.42% -
HSV(B) 236.54º 0.65% 0.62% -
XYZ 9.5 6.65 33.58 -
YUV 70.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 55 61 159 0.65 0.62 0 0.38 236.54 0.49 0.42
Hex 37 3D 9F 41 3E 0 26 ED 31 2A
Octal 67 75 237 101 76 0 46 355 61 52
Binary 110111 111101 10011111 1000001 111110 0 100110 11101101 110001 101010

Color Harmonies of #373D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D9F

Black with #373D9F

Text Example


Text Example

White with #373D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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