#739DC0

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

Shades of Shakespeare #739DC0

Tints of Shakespeare #739DC0

Color information

#739DC0 (or 0x739DC0) is unknown color: approx Shakespeare. HEX triplet: 73, 9D and C0. RGB value is (115,157,192). Sum of RGB (Red+Green+Blue) = 115+157+192=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #739DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DC0 is #8C623F. Grayscale: #949494. Windows color (decimal): -9200192 or 12623219. OLE color: 12623219.

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

Color convert

RGB115157192-
CMYK0.400.1800.25
HSL207.27º37.93%60.2%-
HSV(B)207.27º40.1%75.29%-
XYZ28.6431.5654.45-
YUV148.43152.59104.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.78%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=24.78%
G=33.84%
B=41.38%

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
Decimal1151571920.400.1800.25207.2737.9360.2
Hex739DC02812019cf263c
Octal16323530050220313174674
Binary111001110011101110000001010001001001100111001111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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