#729ACB

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

Shades of Picton Blue #729ACB

Tints of Picton Blue #729ACB

Color information

#729ACB (or 0x729ACB) is unknown color: approx Picton Blue. HEX triplet: 72, 9A and CB. RGB value is (114,154,203). Sum of RGB (Red+Green+Blue) = 114+154+203=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #729ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ACB is #8D6534. Grayscale: #939393. Windows color (decimal): -9266485 or 13343346. OLE color: 13343346.

HSL color Cylindrical-coordinate representation of color #729ACB: hue angle of 213.03º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729ACB is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114154203-
CMYK0.440.2400.20
HSL213.03º46.11%62.16%-
HSV(B)213.03º43.84%79.61%-
XYZ29.273160.94-
YUV147.63159.25104.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=24.20%
G=32.70%
B=43.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141542030.440.2400.20213.0346.1162.16
Hex729ACB2C18014d52e3e
Octal16223231354300243255676
Binary111001010011010110010111011001100001010011010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,154,203); }

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

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

 a { background-color: rgb(114,154,203); }

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

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

 span { border-color: rgb(114,154,203); }

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