#739CBD

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

Shades of Shakespeare #739CBD

Tints of Shakespeare #739CBD

Color information

#739CBD (or 0x739CBD) is unknown color: approx Shakespeare. HEX triplet: 73, 9C and BD. RGB value is (115,156,189). Sum of RGB (Red+Green+Blue) = 115+156+189=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #739CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CBD is #8C6342. Grayscale: #939393. Windows color (decimal): -9200451 or 12426355. OLE color: 12426355.

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

Color convert

RGB115156189-
CMYK0.390.1700.26
HSL206.76º35.92%59.61%-
HSV(B)206.76º39.15%74.12%-
XYZ28.1431.152.66-
YUV147.5151.42104.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=25%
G=33.91%
B=41.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151561890.390.1700.26206.7635.9259.61
Hex739CBD271101Acf243c
Octal16323427547210323174474
Binary111001110011100101111011001111000101101011001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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