Html Css Color HEX #373B96 Dark Slate Blue

📋 copy color: '#373B96'

red 55 ◦ green 59 ◦ blue 150

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

Shades of Dark Slate Blue #373B96

Tints of Dark Slate Blue #373B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.82%

R = 20.83%
G = 22.35%
B = 56.82%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#373B96 (or 0x373B96) is known color: Dark Slate Blue. HEX triplet: 37, 3B and 96. RGB value is (55,59,150). Sum of RGB (Red+Green+Blue) = 55+59+150=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #373B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B96 is #C8C469. Grayscale: #434343. Windows color (decimal): -13157482 or 9845559. OLE color: 9845559.

HSL color Cylindrical-coordinate representation of color #373B96: hue angle of 237.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373B96 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 59 150 -
CMYK 0.63 0.61 0 0.41
HSL 237.47º 0.46% 0.4% -
HSV(B) 237.47º 0.63% 0.59% -
XYZ 8.64 6.14 29.58 -
YUV 68.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 55 59 150 0.63 0.61 0 0.41 237.47 0.46 0.4
Hex 37 3B 96 3F 3D 0 29 ED 2E 28
Octal 67 73 226 77 75 0 51 355 56 50
Binary 110111 111011 10010110 111111 111101 0 101001 11101101 101110 101000

Color Harmonies of #373B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B96

Black with #373B96

Text Example


Text Example

White with #373B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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