Html Css Color HEX #373390 Dark Slate Blue

📋 copy color: '#373390'

red 55 ◦ green 51 ◦ blue 144

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

Shades of Dark Slate Blue #373390

Tints of Dark Slate Blue #373390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

 BLUE value IS 144 (56.64% from 255) = 57.6%

R = 22%
G = 20.4%
B = 57.6%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#373390 (or 0x373390) is known color: Dark Slate Blue. HEX triplet: 37, 33 and 90. RGB value is (55,51,144). Sum of RGB (Red+Green+Blue) = 55+51+144=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #373390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373390 is #C8CC6F. Grayscale: #3E3E3E. Windows color (decimal): -13159536 or 9450295. OLE color: 9450295.

HSL color Cylindrical-coordinate representation of color #373390: hue angle of 242.58º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373390 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 51 144 -
CMYK 0.62 0.65 0 0.44
HSL 242.58º 0.48% 0.38% -
HSV(B) 242.58º 0.65% 0.56% -
XYZ 7.79 5.19 26.98 -
YUV 62.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 55 51 144 0.62 0.65 0 0.44 242.58 0.48 0.38
Hex 37 33 90 3E 41 0 2C F3 30 26
Octal 67 63 220 76 101 0 54 363 60 46
Binary 110111 110011 10010000 111110 1000001 0 101100 11110011 110000 100110

Color Harmonies of #373390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373390

Black with #373390

Text Example


Text Example

White with #373390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373390; }

 p { color: rgb(55,51,144); }

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

background-color css

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

 a { background-color: rgb(55,51,144); }

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

border-color css

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

 span { border-color: rgb(55,51,144); }

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