#739BBF

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

Shades of Shakespeare #739BBF

Tints of Shakespeare #739BBF

Color information

#739BBF (or 0x739BBF) is unknown color: approx Shakespeare. HEX triplet: 73, 9B and BF. RGB value is (115,155,191). Sum of RGB (Red+Green+Blue) = 115+155+191=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #739BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BBF is #8C6440. Grayscale: #929292. Windows color (decimal): -9200705 or 12557171. OLE color: 12557171.

HSL color Cylindrical-coordinate representation of color #739BBF: hue angle of 208.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #739BBF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115155191-
CMYK0.400.1900.25
HSL208.42º37.25%60%-
HSV(B)208.42º39.79%74.9%-
XYZ28.230.8553.76-
YUV147.14152.75105.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.95%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 191 (75% from 255) = 41.43%
R=24.95%
G=33.62%
B=41.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151551910.400.1900.25208.4237.2560
Hex739BBF2813019d0253c
Octal16323327750230313204574
Binary111001110011011101111111010001001101100111010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,155,191); }

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

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

 a { background-color: rgb(115,155,191); }

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

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

 span { border-color: rgb(115,155,191); }

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