Html Css Color HEX #376399 Mariner

📋 copy color: '#376399'

red 55 ◦ green 99 ◦ blue 153

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

Shades of Mariner #376399

Tints of Mariner #376399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

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

R = 17.92%
G = 32.25%
B = 49.84%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#376399 (or 0x376399) is known color: Mariner. HEX triplet: 37, 63 and 99. RGB value is (55,99,153). Sum of RGB (Red+Green+Blue) = 55+99+153=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #376399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376399 is #C89C66. Grayscale: #5B5B5B. Windows color (decimal): -13147239 or 10052407. OLE color: 10052407.

HSL color Cylindrical-coordinate representation of color #376399: hue angle of 213.06º 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 #376399 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 99 153 -
CMYK 0.64 0.35 0 0.4
HSL 213.06º 0.47% 0.41% -
HSV(B) 213.06º 0.64% 0.6% -
XYZ 11.79 12.04 31.84 -
YUV 92 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 55 99 153 0.64 0.35 0 0.4 213.06 0.47 0.41
Hex 37 63 99 40 23 0 28 D5 2F 29
Octal 67 143 231 100 43 0 50 325 57 51
Binary 110111 1100011 10011001 1000000 100011 0 101000 11010101 101111 101001

Color Harmonies of #376399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376399

Black with #376399

Text Example


Text Example

White with #376399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376399; }

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

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

background-color css

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

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

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

border-color css

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

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

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