Html Css Color HEX #51749D San Marino

📋 copy color: '#51749D'

red 81 ◦ green 116 ◦ blue 157

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

Shades of San Marino #51749D

Tints of San Marino #51749D

RGB

 RED value IS 81 (32.03% from 255) = 22.88%

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 22.88%
G = 32.77%
B = 44.35%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51749D (or 0x51749D) is known color: San Marino. HEX triplet: 51, 74 and 9D. RGB value is (81,116,157). Sum of RGB (Red+Green+Blue) = 81+116+157=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 116 (45.70% from 255 or 32.77% 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 #51749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51749D is #AE8B62. Grayscale: #6E6E6E. Windows color (decimal): -11438947 or 10318929. OLE color: 10318929.

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

Color convert

RGB 81 116 157 -
CMYK 0.48 0.26 0 0.38
HSL 212.37º 0.32% 0.47% -
HSV(B) 212.37º 0.48% 0.62% -
XYZ 15.72 16.67 34.29 -
YUV 110.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 81 116 157 0.48 0.26 0 0.38 212.37 0.32 0.47
Hex 51 74 9D 30 1A 0 26 D4 20 2F
Octal 121 164 235 60 32 0 46 324 40 57
Binary 1010001 1110100 10011101 110000 11010 0 100110 11010100 100000 101111

Color Harmonies of #51749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51749D

Black with #51749D

Text Example


Text Example

White with #51749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,116,157); }

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

background-color css

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

 a { background-color: rgb(81,116,157); }

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

border-color css

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

 span { border-color: rgb(81,116,157); }

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