Html Css Color HEX #37559B Mariner

📋 copy color: '#37559B'

red 55 ◦ green 85 ◦ blue 155

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

Shades of Mariner #37559B

Tints of Mariner #37559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 18.64%
G = 28.81%
B = 52.54%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37559B (or 0x37559B) is known color: Mariner. HEX triplet: 37, 55 and 9B. RGB value is (55,85,155). Sum of RGB (Red+Green+Blue) = 55+85+155=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #37559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37559B is #C8AA64. Grayscale: #535353. Windows color (decimal): -13150821 or 10179895. OLE color: 10179895.

HSL color Cylindrical-coordinate representation of color #37559B: hue angle of 222º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37559B is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 85 155 -
CMYK 0.65 0.45 0 0.39
HSL 222º 0.48% 0.41% -
HSV(B) 222º 0.65% 0.61% -
XYZ 10.74 9.68 32.31 -
YUV 84.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 55 85 155 0.65 0.45 0 0.39 222 0.48 0.41
Hex 37 55 9B 41 2D 0 27 DE 30 29
Octal 67 125 233 101 55 0 47 336 60 51
Binary 110111 1010101 10011011 1000001 101101 0 100111 11011110 110000 101001

Color Harmonies of #37559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37559B

Black with #37559B

Text Example


Text Example

White with #37559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37559B; }

 p { color: rgb(55,85,155); }

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

background-color css

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

 a { background-color: rgb(55,85,155); }

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

border-color css

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

 span { border-color: rgb(55,85,155); }

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