#739EBF

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

Shades of Shakespeare #739EBF

Tints of Shakespeare #739EBF

Color information

#739EBF (or 0x739EBF) is unknown color: approx Shakespeare. HEX triplet: 73, 9E and BF. RGB value is (115,158,191). Sum of RGB (Red+Green+Blue) = 115+158+191=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #739EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EBF is #8C6140. Grayscale: #949494. Windows color (decimal): -9199937 or 12557939. OLE color: 12557939.

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

Color convert

RGB115158191-
CMYK0.400.1700.25
HSL206.05º37.25%60%-
HSV(B)206.05º39.79%74.9%-
XYZ28.731.8653.93-
YUV148.9151.75103.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.78%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 191 (75% from 255) = 41.16%
R=24.78%
G=34.05%
B=41.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151581910.400.1700.25206.0537.2560
Hex739EBF2811019ce253c
Octal16323627750210313164574
Binary111001110011110101111111010001000101100111001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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