Html Css Color HEX #373898 Dark Slate Blue

📋 copy color: '#373898'

red 55 ◦ green 56 ◦ blue 152

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

Shades of Dark Slate Blue #373898

Tints of Dark Slate Blue #373898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

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

R = 20.91%
G = 21.29%
B = 57.79%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#373898 (or 0x373898) is known color: Dark Slate Blue. HEX triplet: 37, 38 and 98. RGB value is (55,56,152). Sum of RGB (Red+Green+Blue) = 55+56+152=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #373898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373898 is #C8C767. Grayscale: #424242. Windows color (decimal): -13158248 or 9975863. OLE color: 9975863.

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

Color convert

RGB 55 56 152 -
CMYK 0.64 0.63 0 0.40
HSL 239.38º 0.47% 0.41% -
HSV(B) 239.38º 0.64% 0.6% -
XYZ 8.66 5.91 30.39 -
YUV 66.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 55 56 152 0.64 0.63 0 0.40 239.38 0.47 0.41
Hex 37 38 98 40 3F 0 28 EF 2F 29
Octal 67 70 230 100 77 0 50 357 57 51
Binary 110111 111000 10011000 1000000 111111 0 101000 11101111 101111 101001

Color Harmonies of #373898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373898

Black with #373898

Text Example


Text Example

White with #373898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373898; }

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

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

background-color css

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

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

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

border-color css

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

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

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