Html Css Color HEX #373A9A Dark Slate Blue

📋 copy color: '#373A9A'

red 55 ◦ green 58 ◦ blue 154

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

Shades of Dark Slate Blue #373A9A

Tints of Dark Slate Blue #373A9A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.72%

 BLUE value IS 154 (60.55% from 255) = 57.68%

R = 20.6%
G = 21.72%
B = 57.68%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#373A9A (or 0x373A9A) is known color: Dark Slate Blue. HEX triplet: 37, 3A and 9A. RGB value is (55,58,154). Sum of RGB (Red+Green+Blue) = 55+58+154=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #373A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A9A is #C8C565. Grayscale: #434343. Windows color (decimal): -13157734 or 10107447. OLE color: 10107447.

HSL color Cylindrical-coordinate representation of color #373A9A: hue angle of 238.18º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373A9A is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 58 154 -
CMYK 0.64 0.62 0 0.40
HSL 238.18º 0.47% 0.41% -
HSV(B) 238.18º 0.64% 0.6% -
XYZ 8.92 6.17 31.29 -
YUV 68.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 55 58 154 0.64 0.62 0 0.40 238.18 0.47 0.41
Hex 37 3A 9A 40 3E 0 28 EE 2F 29
Octal 67 72 232 100 76 0 50 356 57 51
Binary 110111 111010 10011010 1000000 111110 0 101000 11101110 101111 101001

Color Harmonies of #373A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A9A

Black with #373A9A

Text Example


Text Example

White with #373A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,58,154); }

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

background-color css

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

 a { background-color: rgb(55,58,154); }

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

border-color css

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

 span { border-color: rgb(55,58,154); }

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