Html Css Color HEX #51739F San Marino

📋 copy color: '#51739F'

red 81 ◦ green 115 ◦ blue 159

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

Shades of San Marino #51739F

Tints of San Marino #51739F

RGB

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

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

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

R = 22.82%
G = 32.39%
B = 44.79%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51739F (or 0x51739F) is known color: San Marino. HEX triplet: 51, 73 and 9F. RGB value is (81,115,159). Sum of RGB (Red+Green+Blue) = 81+115+159=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #51739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51739F is #AE8C60. Grayscale: #6D6D6D. Windows color (decimal): -11439201 or 10449745. OLE color: 10449745.

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

Color convert

RGB 81 115 159 -
CMYK 0.49 0.28 0 0.38
HSL 213.85º 0.33% 0.47% -
HSV(B) 213.85º 0.49% 0.62% -
XYZ 15.78 16.51 35.16 -
YUV 109.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 81 115 159 0.49 0.28 0 0.38 213.85 0.33 0.47
Hex 51 73 9F 31 1C 0 26 D6 20 2F
Octal 121 163 237 61 34 0 46 326 40 57
Binary 1010001 1110011 10011111 110001 11100 0 100110 11010110 100000 101111

Color Harmonies of #51739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51739F

Black with #51739F

Text Example


Text Example

White with #51739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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