Html Css Color HEX #373BA4 Dark Slate Blue

📋 copy color: '#373BA4'

red 55 ◦ green 59 ◦ blue 164

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

Shades of Dark Slate Blue #373BA4

Tints of Dark Slate Blue #373BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

 BLUE value IS 164 (64.45% from 255) = 58.99%

R = 19.78%
G = 21.22%
B = 58.99%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#373BA4 (or 0x373BA4) is known color: Dark Slate Blue. HEX triplet: 37, 3B and A4. RGB value is (55,59,164). Sum of RGB (Red+Green+Blue) = 55+59+164=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #373BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373BA4 is #C8C45B. Grayscale: #454545. Windows color (decimal): -13157468 or 10763063. OLE color: 10763063.

HSL color Cylindrical-coordinate representation of color #373BA4: hue angle of 237.8º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373BA4 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 59 164 -
CMYK 0.66 0.64 0 0.36
HSL 237.8º 0.5% 0.43% -
HSV(B) 237.8º 0.66% 0.64% -
XYZ 9.84 6.62 35.88 -
YUV 69.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 55 59 164 0.66 0.64 0 0.36 237.8 0.5 0.43
Hex 37 3B A4 42 40 0 24 EE 32 2B
Octal 67 73 244 102 100 0 44 356 62 53
Binary 110111 111011 10100100 1000010 1000000 0 100100 11101110 110010 101011

Color Harmonies of #373BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BA4

Black with #373BA4

Text Example


Text Example

White with #373BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,59,164); }

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

background-color css

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

 a { background-color: rgb(55,59,164); }

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

border-color css

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

 span { border-color: rgb(55,59,164); }

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