#709CB2

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

Shades of Shakespeare #709CB2

Tints of Shakespeare #709CB2

Color information

#709CB2 (or 0x709CB2) is unknown color: approx Shakespeare. HEX triplet: 70, 9C and B2. RGB value is (112,156,178). Sum of RGB (Red+Green+Blue) = 112+156+178=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #709CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CB2 is #8F634D. Grayscale: #919191. Windows color (decimal): -9397070 or 11705456. OLE color: 11705456.

HSL color Cylindrical-coordinate representation of color #709CB2: hue angle of 200º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #709CB2 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB112156178-
CMYK0.370.1200.30
HSL200º30%56.86%-
HSV(B)200º37.08%69.8%-
XYZ26.6130.4446.59-
YUV145.35146.42104.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 178 (69.92% from 255) = 39.91%
R=25.11%
G=34.98%
B=39.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121561780.370.1200.302003056.86
Hex709CB225C01Ec81e39
Octal16023426245140363103671
Binary1110000100111001011001010010111000111101100100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709CB2; }

 p { color: rgb(112,156,178); }

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

<style>
 a { background-color: #709CB2; }

 a { background-color: rgb(112,156,178); }

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

<style>
 span { border-color: #709CB2; }

 span { border-color: rgb(112,156,178); }

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