#739ABC

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

Shades of Shakespeare #739ABC

Tints of Shakespeare #739ABC

Color information

#739ABC (or 0x739ABC) is unknown color: approx Shakespeare. HEX triplet: 73, 9A and BC. RGB value is (115,154,188). Sum of RGB (Red+Green+Blue) = 115+154+188=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #739ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ABC is #8C6543. Grayscale: #929292. Windows color (decimal): -9200964 or 12360307. OLE color: 12360307.

HSL color Cylindrical-coordinate representation of color #739ABC: hue angle of 207.95º 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 #739ABC is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115154188-
CMYK0.390.1800.26
HSL207.95º35.27%59.41%-
HSV(B)207.95º38.83%73.73%-
XYZ27.730.3951.98-
YUV146.21151.58105.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.16%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=25.16%
G=33.70%
B=41.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151541880.390.1800.26207.9535.2759.41
Hex739ABC271201Ad0233b
Octal16323227447220323204373
Binary111001110011010101111001001111001001101011010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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