Html Css Color HEX #376199 Mariner

📋 copy color: '#376199'

red 55 ◦ green 97 ◦ blue 153

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

Shades of Mariner #376199

Tints of Mariner #376199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.8%

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

R = 18.03%
G = 31.8%
B = 50.16%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#376199 (or 0x376199) is known color: Mariner. HEX triplet: 37, 61 and 99. RGB value is (55,97,153). Sum of RGB (Red+Green+Blue) = 55+97+153=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #376199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376199 is #C89E66. Grayscale: #5A5A5A. Windows color (decimal): -13147751 or 10051895. OLE color: 10051895.

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

Color convert

RGB 55 97 153 -
CMYK 0.64 0.37 0 0.4
HSL 214.29º 0.47% 0.41% -
HSV(B) 214.29º 0.64% 0.6% -
XYZ 11.6 11.66 31.78 -
YUV 90.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 55 97 153 0.64 0.37 0 0.4 214.29 0.47 0.41
Hex 37 61 99 40 25 0 28 D6 2F 29
Octal 67 141 231 100 45 0 50 326 57 51
Binary 110111 1100001 10011001 1000000 100101 0 101000 11010110 101111 101001

Color Harmonies of #376199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376199

Black with #376199

Text Example


Text Example

White with #376199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376199; }

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

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

background-color css

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

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

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

border-color css

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

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

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