#52749B

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

Shades of San Marino #52749B

Tints of San Marino #52749B

Color information

#52749B (or 0x52749B) is unknown color: approx San Marino. HEX triplet: 52, 74 and 9B. RGB value is (82,116,155). Sum of RGB (Red+Green+Blue) = 82+116+155=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #52749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52749B is #AD8B64. Grayscale: #6E6E6E. Windows color (decimal): -11373413 or 10187858. OLE color: 10187858.

HSL color Cylindrical-coordinate representation of color #52749B: hue angle of 212.05º 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 #52749B is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82116155-
CMYK0.470.2500.39
HSL212.05º30.8%46.47%-
HSV(B)212.05º47.1%60.78%-
XYZ15.6416.6533.4-
YUV110.28153.24107.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=23.23%
G=32.86%
B=43.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821161550.470.2500.39212.0530.846.47
Hex52749B2F19027d41f2e
Octal12216423357310473243756
Binary10100101110100100110111011111100101001111101010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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