Html Css Color HEX #52739D San Marino

📋 copy color: '#52739D'

red 82 ◦ green 115 ◦ blue 157

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

Shades of San Marino #52739D

Tints of San Marino #52739D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 23.16%
G = 32.49%
B = 44.35%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52739D (or 0x52739D) is known color: San Marino. HEX triplet: 52, 73 and 9D. RGB value is (82,115,157). Sum of RGB (Red+Green+Blue) = 82+115+157=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #52739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52739D is #AD8C62. Grayscale: #6D6D6D. Windows color (decimal): -11373667 or 10318674. OLE color: 10318674.

HSL color Cylindrical-coordinate representation of color #52739D: hue angle of 213.6º degrees, saturation: 0.31, 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 #52739D is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 115 157 -
CMYK 0.48 0.27 0 0.38
HSL 213.6º 0.31% 0.47% -
HSV(B) 213.6º 0.48% 0.62% -
XYZ 15.7 16.49 34.25 -
YUV 109.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 82 115 157 0.48 0.27 0 0.38 213.6 0.31 0.47
Hex 52 73 9D 30 1B 0 26 D6 1F 2F
Octal 122 163 235 60 33 0 46 326 37 57
Binary 1010010 1110011 10011101 110000 11011 0 100110 11010110 11111 101111

Color Harmonies of #52739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52739D

Black with #52739D

Text Example


Text Example

White with #52739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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