#739EBA

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

Shades of Shakespeare #739EBA

Tints of Shakespeare #739EBA

Color information

#739EBA (or 0x739EBA) is unknown color: approx Shakespeare. HEX triplet: 73, 9E and BA. RGB value is (115,158,186). Sum of RGB (Red+Green+Blue) = 115+158+186=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #739EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EBA is #8C6145. Grayscale: #949494. Windows color (decimal): -9199942 or 12230259. OLE color: 12230259.

HSL color Cylindrical-coordinate representation of color #739EBA: hue angle of 203.66º 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 #739EBA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115158186-
CMYK0.380.1500.27
HSL203.66º33.97%59.02%-
HSV(B)203.66º38.17%72.94%-
XYZ28.1631.6451.08-
YUV148.34149.25104.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.05%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=25.05%
G=34.42%
B=40.52%

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
Decimal1151581860.380.1500.27203.6633.9759.02
Hex739EBA26F01Bcc223b
Octal16323627246170333144273
Binary11100111001111010111010100110111101101111001100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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