Html Css Color HEX #373DA6 Dark Slate Blue

📋 copy color: '#373DA6'

red 55 ◦ green 61 ◦ blue 166

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

Shades of Dark Slate Blue #373DA6

Tints of Dark Slate Blue #373DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 58.87%

R = 19.5%
G = 21.63%
B = 58.87%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#373DA6 (or 0x373DA6) is known color: Dark Slate Blue. HEX triplet: 37, 3D and A6. RGB value is (55,61,166). Sum of RGB (Red+Green+Blue) = 55+61+166=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 166 (65.23% from 255 or 58.87% from 282); Max value from RGB is 166 - color contains mainly: blue. Hex color #373DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DA6 is #C8C259. Grayscale: #464646. Windows color (decimal): -13156954 or 10894647. OLE color: 10894647.

HSL color Cylindrical-coordinate representation of color #373DA6: hue angle of 236.76º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373DA6 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 61 166 -
CMYK 0.67 0.63 0 0.35
HSL 236.76º 0.5% 0.43% -
HSV(B) 236.76º 0.67% 0.65% -
XYZ 10.13 6.9 36.88 -
YUV 71.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 55 61 166 0.67 0.63 0 0.35 236.76 0.5 0.43
Hex 37 3D A6 43 3F 0 23 ED 32 2B
Octal 67 75 246 103 77 0 43 355 62 53
Binary 110111 111101 10100110 1000011 111111 0 100011 11101101 110010 101011

Color Harmonies of #373DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DA6

Black with #373DA6

Text Example


Text Example

White with #373DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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