Html Css Color HEX #51749B San Marino

📋 copy color: '#51749B'

red 81 ◦ green 116 ◦ blue 155

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

Shades of San Marino #51749B

Tints of San Marino #51749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 23.01%
G = 32.95%
B = 44.03%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51749B (or 0x51749B) is known color: San Marino. HEX triplet: 51, 74 and 9B. RGB value is (81,116,155). Sum of RGB (Red+Green+Blue) = 81+116+155=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 116 (45.70% from 255 or 32.95% 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 #51749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51749B is #AE8B64. Grayscale: #6D6D6D. Windows color (decimal): -11438949 or 10187857. OLE color: 10187857.

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

Color convert

RGB 81 116 155 -
CMYK 0.48 0.25 0 0.39
HSL 211.62º 0.31% 0.46% -
HSV(B) 211.62º 0.48% 0.61% -
XYZ 15.56 16.61 33.4 -
YUV 109.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 81 116 155 0.48 0.25 0 0.39 211.62 0.31 0.46
Hex 51 74 9B 30 19 0 27 D4 1F 2E
Octal 121 164 233 60 31 0 47 324 37 56
Binary 1010001 1110100 10011011 110000 11001 0 100111 11010100 11111 101110

Color Harmonies of #51749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51749B

Black with #51749B

Text Example


Text Example

White with #51749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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