Html Css Color HEX #376097 Mariner

📋 copy color: '#376097'

red 55 ◦ green 96 ◦ blue 151

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

Shades of Mariner #376097

Tints of Mariner #376097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

 BLUE value IS 151 (59.38% from 255) = 50%

R = 18.21%
G = 31.79%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#376097 (or 0x376097) is known color: Mariner. HEX triplet: 37, 60 and 97. RGB value is (55,96,151). Sum of RGB (Red+Green+Blue) = 55+96+151=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #376097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376097 is #C89F68. Grayscale: #595959. Windows color (decimal): -13148009 or 9920567. OLE color: 9920567.

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

Color convert

RGB 55 96 151 -
CMYK 0.64 0.36 0 0.41
HSL 214.38º 0.47% 0.4% -
HSV(B) 214.38º 0.64% 0.59% -
XYZ 11.34 11.41 30.88 -
YUV 90.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 55 96 151 0.64 0.36 0 0.41 214.38 0.47 0.4
Hex 37 60 97 40 24 0 29 D6 2F 28
Octal 67 140 227 100 44 0 51 326 57 50
Binary 110111 1100000 10010111 1000000 100100 0 101001 11010110 101111 101000

Color Harmonies of #376097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376097

Black with #376097

Text Example


Text Example

White with #376097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376097; }

 p { color: rgb(55,96,151); }

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

background-color css

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

 a { background-color: rgb(55,96,151); }

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

border-color css

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

 span { border-color: rgb(55,96,151); }

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