Html Css Color HEX #373299 Dark Slate Blue

📋 copy color: '#373299'

red 55 ◦ green 50 ◦ blue 153

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

Shades of Dark Slate Blue #373299

Tints of Dark Slate Blue #373299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 21.32%
G = 19.38%
B = 59.3%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#373299 (or 0x373299) is known color: Dark Slate Blue. HEX triplet: 37, 32 and 99. RGB value is (55,50,153). Sum of RGB (Red+Green+Blue) = 55+50+153=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #373299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373299 is #C8CD66. Grayscale: #3E3E3E. Windows color (decimal): -13159783 or 10039863. OLE color: 10039863.

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

Color convert

RGB 55 50 153 -
CMYK 0.64 0.67 0 0.4
HSL 242.91º 0.51% 0.4% -
HSV(B) 242.91º 0.67% 0.6% -
XYZ 8.47 5.39 30.73 -
YUV 63.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 55 50 153 0.64 0.67 0 0.4 242.91 0.51 0.4
Hex 37 32 99 40 43 0 28 F3 33 28
Octal 67 62 231 100 103 0 50 363 63 50
Binary 110111 110010 10011001 1000000 1000011 0 101000 11110011 110011 101000

Color Harmonies of #373299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373299

Black with #373299

Text Example


Text Example

White with #373299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373299; }

 p { color: rgb(55,50,153); }

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

background-color css

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

 a { background-color: rgb(55,50,153); }

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

border-color css

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

 span { border-color: rgb(55,50,153); }

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