#729CCA

Color #729CCA Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #729CCA

Tints of Picton Blue #729CCA

Color information

#729CCA (or 0x729CCA) is unknown color: approx Picton Blue. HEX triplet: 72, 9C and CA. RGB value is (114,156,202). Sum of RGB (Red+Green+Blue) = 114+156+202=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #729CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CCA is #8D6335. Grayscale: #949494. Windows color (decimal): -9265974 or 13278322. OLE color: 13278322.

HSL color Cylindrical-coordinate representation of color #729CCA: hue angle of 211.36º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729CCA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114156202-
CMYK0.440.2300.21
HSL211.36º45.36%61.96%-
HSV(B)211.36º43.56%79.22%-
XYZ29.4931.6260.43-
YUV148.69158.09103.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.15%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=24.15%
G=33.05%
B=42.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141562020.440.2300.21211.3645.3661.96
Hex729CCA2C17015d32d3e
Octal16223431254270253235576
Binary111001010011100110010101011001011101010111010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729CCA; }

 p { color: rgb(114,156,202); }

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

<style>
 a { background-color: #729CCA; }

 a { background-color: rgb(114,156,202); }

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

<style>
 span { border-color: #729CCA; }

 span { border-color: rgb(114,156,202); }

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