Html Css Color HEX #373098 Dark Slate Blue

📋 copy color: '#373098'

red 55 ◦ green 48 ◦ blue 152

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

Shades of Dark Slate Blue #373098

Tints of Dark Slate Blue #373098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 21.57%
G = 18.82%
B = 59.61%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#373098 (or 0x373098) is known color: Dark Slate Blue. HEX triplet: 37, 30 and 98. RGB value is (55,48,152). Sum of RGB (Red+Green+Blue) = 55+48+152=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #373098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373098 is #C8CF67. Grayscale: #3D3D3D. Windows color (decimal): -13160296 or 9973815. OLE color: 9973815.

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

Color convert

RGB 55 48 152 -
CMYK 0.64 0.68 0 0.40
HSL 244.04º 0.52% 0.39% -
HSV(B) 244.04º 0.68% 0.6% -
XYZ 8.3 5.19 30.27 -
YUV 61.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 55 48 152 0.64 0.68 0 0.40 244.04 0.52 0.39
Hex 37 30 98 40 44 0 28 F4 34 27
Octal 67 60 230 100 104 0 50 364 64 47
Binary 110111 110000 10011000 1000000 1000100 0 101000 11110100 110100 100111

Color Harmonies of #373098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373098

Black with #373098

Text Example


Text Example

White with #373098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373098; }

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

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

background-color css

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

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

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

border-color css

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

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

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