#739ABA

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

Shades of Shakespeare #739ABA

Tints of Shakespeare #739ABA

Color information

#739ABA (or 0x739ABA) is unknown color: approx Shakespeare. HEX triplet: 73, 9A and BA. RGB value is (115,154,186). Sum of RGB (Red+Green+Blue) = 115+154+186=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #739ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ABA is #8C6545. Grayscale: #919191. Windows color (decimal): -9200966 or 12229235. OLE color: 12229235.

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

Color convert

RGB115154186-
CMYK0.380.1700.27
HSL207.04º33.97%59.02%-
HSV(B)207.04º38.17%72.94%-
XYZ27.4930.350.85-
YUV145.99150.58105.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=25.27%
G=33.85%
B=40.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151541860.380.1700.27207.0433.9759.02
Hex739ABA261101Bcf223b
Octal16323227246210333174273
Binary111001110011010101110101001101000101101111001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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