#739CB9

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

Shades of Shakespeare #739CB9

Tints of Shakespeare #739CB9

Color information

#739CB9 (or 0x739CB9) is unknown color: approx Shakespeare. HEX triplet: 73, 9C and B9. RGB value is (115,156,185). Sum of RGB (Red+Green+Blue) = 115+156+185=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #739CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CB9 is #8C6346. Grayscale: #929292. Windows color (decimal): -9200455 or 12164211. OLE color: 12164211.

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

Color convert

RGB115156185-
CMYK0.380.1600.27
HSL204.86º33.33%58.82%-
HSV(B)204.86º37.84%72.55%-
XYZ27.7230.9250.41-
YUV147.05149.42105.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.22%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=25.22%
G=34.21%
B=40.57%

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
Decimal1151561850.380.1600.27204.8633.3358.82
Hex739CB9261001Bcd213b
Octal16323427146200333154173
Binary111001110011100101110011001101000001101111001101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,156,185); }

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

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

 a { background-color: rgb(115,156,185); }

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

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

 span { border-color: rgb(115,156,185); }

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