#719CBB

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

Shades of Shakespeare #719CBB

Tints of Shakespeare #719CBB

Color information

#719CBB (or 0x719CBB) is unknown color: approx Shakespeare. HEX triplet: 71, 9C and BB. RGB value is (113,156,187). Sum of RGB (Red+Green+Blue) = 113+156+187=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #719CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CBB is #8E6344. Grayscale: #929292. Windows color (decimal): -9331525 or 12295281. OLE color: 12295281.

HSL color Cylindrical-coordinate representation of color #719CBB: hue angle of 205.14º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #719CBB is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113156187-
CMYK0.400.1700.27
HSL205.14º35.24%58.82%-
HSV(B)205.14º39.57%73.33%-
XYZ27.6730.8851.52-
YUV146.68150.75103.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.78%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=24.78%
G=34.21%
B=41.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131561870.400.1700.27205.1435.2458.82
Hex719CBB281101Bcd233b
Octal16123427350210333154373
Binary111000110011100101110111010001000101101111001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719CBB; }

 p { color: rgb(113,156,187); }

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

<style>
 a { background-color: #719CBB; }

 a { background-color: rgb(113,156,187); }

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

<style>
 span { border-color: #719CBB; }

 span { border-color: rgb(113,156,187); }

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