Html Css Color HEX #50739B San Marino

📋 copy color: '#50739B'

red 80 ◦ green 115 ◦ blue 155

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

Shades of San Marino #50739B

Tints of San Marino #50739B

RGB

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

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

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

R = 22.86%
G = 32.86%
B = 44.29%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50739B (or 0x50739B) is known color: San Marino. HEX triplet: 50, 73 and 9B. RGB value is (80,115,155). Sum of RGB (Red+Green+Blue) = 80+115+155=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #50739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50739B is #AF8C64. Grayscale: #6C6C6C. Windows color (decimal): -11504741 or 10187600. OLE color: 10187600.

HSL color Cylindrical-coordinate representation of color #50739B: hue angle of 212º degrees, saturation: 0.32, 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 #50739B is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 115 155 -
CMYK 0.48 0.26 0 0.39
HSL 212º 0.32% 0.46% -
HSV(B) 212º 0.48% 0.61% -
XYZ 15.36 16.33 33.35 -
YUV 109.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 80 115 155 0.48 0.26 0 0.39 212 0.32 0.46
Hex 50 73 9B 30 1A 0 27 D4 20 2E
Octal 120 163 233 60 32 0 47 324 40 56
Binary 1010000 1110011 10011011 110000 11010 0 100111 11010100 100000 101110

Color Harmonies of #50739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50739B

Black with #50739B

Text Example


Text Example

White with #50739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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