Html Css Color HEX #373B9A Dark Slate Blue

📋 copy color: '#373B9A'

red 55 ◦ green 59 ◦ blue 154

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

Shades of Dark Slate Blue #373B9A

Tints of Dark Slate Blue #373B9A

RGB

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

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

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

R = 20.52%
G = 22.01%
B = 57.46%

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

#373B9A (or 0x373B9A) is known color: Dark Slate Blue. HEX triplet: 37, 3B and 9A. RGB value is (55,59,154). Sum of RGB (Red+Green+Blue) = 55+59+154=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #373B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B9A is #C8C465. Grayscale: #444444. Windows color (decimal): -13157478 or 10107703. OLE color: 10107703.

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

Color convert

RGB 55 59 154 -
CMYK 0.64 0.62 0 0.40
HSL 237.58º 0.47% 0.41% -
HSV(B) 237.58º 0.64% 0.6% -
XYZ 8.97 6.27 31.31 -
YUV 68.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 55 59 154 0.64 0.62 0 0.40 237.58 0.47 0.41
Hex 37 3B 9A 40 3E 0 28 EE 2F 29
Octal 67 73 232 100 76 0 50 356 57 51
Binary 110111 111011 10011010 1000000 111110 0 101000 11101110 101111 101001

Color Harmonies of #373B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B9A

Black with #373B9A

Text Example


Text Example

White with #373B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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