#739FBA

Color #739FBA Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #739FBA

Tints of Shakespeare #739FBA

Color information

#739FBA (or 0x739FBA) is unknown color: approx Shakespeare. HEX triplet: 73, 9F and BA. RGB value is (115,159,186). Sum of RGB (Red+Green+Blue) = 115+159+186=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #739FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FBA is #8C6045. Grayscale: #949494. Windows color (decimal): -9199686 or 12230515. OLE color: 12230515.

HSL color Cylindrical-coordinate representation of color #739FBA: hue angle of 202.82º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #739FBA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115159186-
CMYK0.380.1500.27
HSL202.82º33.97%59.02%-
HSV(B)202.82º38.17%72.94%-
XYZ28.3331.9951.14-
YUV148.92148.92103.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=25%
G=34.57%
B=40.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151591860.380.1500.27202.8233.9759.02
Hex739FBA26F01Bcb223b
Octal16323727246170333134273
Binary11100111001111110111010100110111101101111001011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739FBA; }

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

 H1.HeaderClassName
 {
   color: #739FBA;
 }
 .AnyTagClassName
 {
   color: #739FBA;
 }
</style>
background-color css

<style>
 a { background-color: #739FBA; }

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

 div.DivClassName
 {
   background-color: #739FBA;
 }
 .BgClassName
 {
   background-color: #739FBA;
 }
</style>
border-color css

<style>
 span { border-color: #739FBA; }

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

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