#739FBC

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

Shades of Shakespeare #739FBC

Tints of Shakespeare #739FBC

Color information

#739FBC (or 0x739FBC) is unknown color: approx Shakespeare. HEX triplet: 73, 9F and BC. RGB value is (115,159,188). Sum of RGB (Red+Green+Blue) = 115+159+188=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #739FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FBC is #8C6043. Grayscale: #949494. Windows color (decimal): -9199684 or 12361587. OLE color: 12361587.

HSL color Cylindrical-coordinate representation of color #739FBC: hue angle of 203.84º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #739FBC is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115159188-
CMYK0.390.1500.26
HSL203.84º35.27%59.41%-
HSV(B)203.84º38.83%73.73%-
XYZ28.5532.0752.26-
YUV149.15149.92103.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.89%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=24.89%
G=34.42%
B=40.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151591880.390.1500.26203.8435.2759.41
Hex739FBC27F01Acc233b
Octal16323727447170323144373
Binary11100111001111110111100100111111101101011001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,159,188); }

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

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

 a { background-color: rgb(115,159,188); }

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

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

 span { border-color: rgb(115,159,188); }

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