#739DBF

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

Shades of Shakespeare #739DBF

Tints of Shakespeare #739DBF

Color information

#739DBF (or 0x739DBF) is unknown color: approx Shakespeare. HEX triplet: 73, 9D and BF. RGB value is (115,157,191). Sum of RGB (Red+Green+Blue) = 115+157+191=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #739DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DBF is #8C6240. Grayscale: #949494. Windows color (decimal): -9200193 or 12557683. OLE color: 12557683.

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

Color convert

RGB115157191-
CMYK0.400.1800.25
HSL206.84º37.25%60%-
HSV(B)206.84º39.79%74.9%-
XYZ28.5331.5253.87-
YUV148.32152.09104.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.84%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 191 (75% from 255) = 41.25%
R=24.84%
G=33.91%
B=41.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151571910.400.1800.25206.8437.2560
Hex739DBF2812019cf253c
Octal16323527750220313174574
Binary111001110011101101111111010001001001100111001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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