Html Css Color HEX #52739F San Marino

📋 copy color: '#52739F'

red 82 ◦ green 115 ◦ blue 159

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

Shades of San Marino #52739F

Tints of San Marino #52739F

RGB

 RED value IS 82 (32.42% from 255) = 23.03%

 GREEN value IS 115 (45.31% from 255) = 32.3%

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 23.03%
G = 32.3%
B = 44.66%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52739F (or 0x52739F) is known color: San Marino. HEX triplet: 52, 73 and 9F. RGB value is (82,115,159). Sum of RGB (Red+Green+Blue) = 82+115+159=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #52739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52739F is #AD8C60. Grayscale: #6D6D6D. Windows color (decimal): -11373665 or 10449746. OLE color: 10449746.

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

Color convert

RGB 82 115 159 -
CMYK 0.48 0.28 0 0.38
HSL 214.29º 0.32% 0.47% -
HSV(B) 214.29º 0.48% 0.62% -
XYZ 15.87 16.56 35.16 -
YUV 110.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 82 115 159 0.48 0.28 0 0.38 214.29 0.32 0.47
Hex 52 73 9F 30 1C 0 26 D6 20 2F
Octal 122 163 237 60 34 0 46 326 40 57
Binary 1010010 1110011 10011111 110000 11100 0 100110 11010110 100000 101111

Color Harmonies of #52739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52739F

Black with #52739F

Text Example


Text Example

White with #52739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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