Html Css Color HEX #373B98 Dark Slate Blue

📋 copy color: '#373B98'

red 55 ◦ green 59 ◦ blue 152

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

Shades of Dark Slate Blue #373B98

Tints of Dark Slate Blue #373B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 20.68%
G = 22.18%
B = 57.14%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#373B98 (or 0x373B98) is known color: Dark Slate Blue. HEX triplet: 37, 3B and 98. RGB value is (55,59,152). Sum of RGB (Red+Green+Blue) = 55+59+152=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #373B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B98 is #C8C467. Grayscale: #444444. Windows color (decimal): -13157480 or 9976631. OLE color: 9976631.

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

Color convert

RGB 55 59 152 -
CMYK 0.64 0.61 0 0.40
HSL 237.53º 0.47% 0.41% -
HSV(B) 237.53º 0.64% 0.6% -
XYZ 8.81 6.21 30.44 -
YUV 68.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 55 59 152 0.64 0.61 0 0.40 237.53 0.47 0.41
Hex 37 3B 98 40 3D 0 28 EE 2F 29
Octal 67 73 230 100 75 0 50 356 57 51
Binary 110111 111011 10011000 1000000 111101 0 101000 11101110 101111 101001

Color Harmonies of #373B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B98

Black with #373B98

Text Example


Text Example

White with #373B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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