Html Css Color HEX #373698 Dark Slate Blue

📋 copy color: '#373698'

red 55 ◦ green 54 ◦ blue 152

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

Shades of Dark Slate Blue #373698

Tints of Dark Slate Blue #373698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

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

R = 21.07%
G = 20.69%
B = 58.24%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#373698 (or 0x373698) is known color: Dark Slate Blue. HEX triplet: 37, 36 and 98. RGB value is (55,54,152). Sum of RGB (Red+Green+Blue) = 55+54+152=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #373698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373698 is #C8C967. Grayscale: #414141. Windows color (decimal): -13158760 or 9975351. OLE color: 9975351.

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

Color convert

RGB 55 54 152 -
CMYK 0.64 0.64 0 0.40
HSL 240.61º 0.48% 0.4% -
HSV(B) 240.61º 0.64% 0.6% -
XYZ 8.56 5.72 30.36 -
YUV 65.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 55 54 152 0.64 0.64 0 0.40 240.61 0.48 0.4
Hex 37 36 98 40 40 0 28 F1 30 28
Octal 67 66 230 100 100 0 50 361 60 50
Binary 110111 110110 10011000 1000000 1000000 0 101000 11110001 110000 101000

Color Harmonies of #373698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373698

Black with #373698

Text Example


Text Example

White with #373698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373698; }

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

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

background-color css

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

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

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

border-color css

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

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

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