#51739F

Color #51739F San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #51739F

Tints of San Marino #51739F

Color information

#51739F (or 0x51739F) is unknown color: approx San Marino. HEX triplet: 51, 73 and 9F. RGB value is (81,115,159). Sum of RGB (Red+Green+Blue) = 81+115+159=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #51739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51739F is #AE8C60. Grayscale: #6D6D6D. Windows color (decimal): -11439201 or 10449745. OLE color: 10449745.

HSL color Cylindrical-coordinate representation of color #51739F: hue angle of 213.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51739F is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81115159-
CMYK0.490.2800.38
HSL213.85º32.5%47.06%-
HSV(B)213.85º49.06%62.35%-
XYZ15.7816.5135.16-
YUV109.85155.74107.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 159 (62.5% from 255) = 44.79%
R=22.82%
G=32.39%
B=44.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811151590.490.2800.38213.8532.547.06
Hex51739F311C026d6202f
Octal12116323761340463264057
Binary101000111100111001111111000111100010011011010110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51739F; }

 p { color: rgb(81,115,159); }

 H1.HeaderClassName
 {
   color: #51739F;
 }
 .AnyTagClassName
 {
   color: #51739F;
 }
</style>
background-color css

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

 a { background-color: rgb(81,115,159); }

 div.DivClassName
 {
   background-color: #51739F;
 }
 .BgClassName
 {
   background-color: #51739F;
 }
</style>
border-color css

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

 span { border-color: rgb(81,115,159); }

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