#739DBA

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

Shades of Shakespeare #739DBA

Tints of Shakespeare #739DBA

Color information

#739DBA (or 0x739DBA) is unknown color: approx Shakespeare. HEX triplet: 73, 9D and BA. RGB value is (115,157,186). Sum of RGB (Red+Green+Blue) = 115+157+186=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #739DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DBA is #8C6245. Grayscale: #939393. Windows color (decimal): -9200198 or 12230003. OLE color: 12230003.

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

Color convert

RGB115157186-
CMYK0.380.1600.27
HSL204.51º33.97%59.02%-
HSV(B)204.51º38.17%72.94%-
XYZ27.9931.351.02-
YUV147.75149.59104.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.11%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=25.11%
G=34.28%
B=40.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151571860.380.1600.27204.5133.9759.02
Hex739DBA261001Bcd223b
Octal16323527246200333154273
Binary111001110011101101110101001101000001101111001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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