Html Css Color HEX #373093 Dark Slate Blue

📋 copy color: '#373093'

red 55 ◦ green 48 ◦ blue 147

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

Shades of Dark Slate Blue #373093

Tints of Dark Slate Blue #373093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.8%

R = 22%
G = 19.2%
B = 58.8%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373093 (or 0x373093) is known color: Dark Slate Blue. HEX triplet: 37, 30 and 93. RGB value is (55,48,147). Sum of RGB (Red+Green+Blue) = 55+48+147=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #373093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373093 is #C8CF6C. Grayscale: #3C3C3C. Windows color (decimal): -13160301 or 9646135. OLE color: 9646135.

HSL color Cylindrical-coordinate representation of color #373093: hue angle of 244.24º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373093 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 48 147 -
CMYK 0.63 0.67 0 0.42
HSL 244.24º 0.51% 0.38% -
HSV(B) 244.24º 0.67% 0.58% -
XYZ 7.9 5.03 28.16 -
YUV 61.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 55 48 147 0.63 0.67 0 0.42 244.24 0.51 0.38
Hex 37 30 93 3F 43 0 2A F4 33 26
Octal 67 60 223 77 103 0 52 364 63 46
Binary 110111 110000 10010011 111111 1000011 0 101010 11110100 110011 100110

Color Harmonies of #373093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373093

Black with #373093

Text Example


Text Example

White with #373093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373093; }

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

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

background-color css

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

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

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

border-color css

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

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

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