#52739B

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

Shades of San Marino #52739B

Tints of San Marino #52739B

Color information

#52739B (or 0x52739B) is unknown color: approx San Marino. HEX triplet: 52, 73 and 9B. RGB value is (82,115,155). Sum of RGB (Red+Green+Blue) = 82+115+155=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #52739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52739B is #AD8C64. Grayscale: #6D6D6D. Windows color (decimal): -11373669 or 10187602. OLE color: 10187602.

HSL color Cylindrical-coordinate representation of color #52739B: hue angle of 212.88º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52739B is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82115155-
CMYK0.470.2600.39
HSL212.88º30.8%46.47%-
HSV(B)212.88º47.1%60.78%-
XYZ15.5316.4233.36-
YUV109.69153.57108.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=23.30%
G=32.67%
B=44.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821151550.470.2600.39212.8830.846.47
Hex52739B2F1A027d51f2e
Octal12216323357320473253756
Binary10100101110011100110111011111101001001111101010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,115,155); }

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

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

 a { background-color: rgb(82,115,155); }

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

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

 span { border-color: rgb(82,115,155); }

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