Html Css Color HEX #50739F San Marino

📋 copy color: '#50739F'

red 80 ◦ green 115 ◦ blue 159

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

Shades of San Marino #50739F

Tints of San Marino #50739F

RGB

 RED value IS 80 (31.64% from 255) = 22.6%

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

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

R = 22.6%
G = 32.49%
B = 44.92%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50739F (or 0x50739F) is known color: San Marino. HEX triplet: 50, 73 and 9F. RGB value is (80,115,159). Sum of RGB (Red+Green+Blue) = 80+115+159=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #50739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50739F is #AF8C60. Grayscale: #6D6D6D. Windows color (decimal): -11504737 or 10449744. OLE color: 10449744.

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

Color convert

RGB 80 115 159 -
CMYK 0.50 0.28 0 0.38
HSL 213.42º 0.33% 0.47% -
HSV(B) 213.42º 0.5% 0.62% -
XYZ 15.7 16.47 35.15 -
YUV 109.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 80 115 159 0.50 0.28 0 0.38 213.42 0.33 0.47
Hex 50 73 9F 32 1C 0 26 D5 21 2F
Octal 120 163 237 62 34 0 46 325 41 57
Binary 1010000 1110011 10011111 110010 11100 0 100110 11010101 100001 101111

Color Harmonies of #50739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50739F

Black with #50739F

Text Example


Text Example

White with #50739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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