#72A2C9

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

Shades of Picton Blue #72A2C9

Tints of Picton Blue #72A2C9

Color information

#72A2C9 (or 0x72A2C9) is unknown color: approx Picton Blue. HEX triplet: 72, A2 and C9. RGB value is (114,162,201). Sum of RGB (Red+Green+Blue) = 114+162+201=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #72A2C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A2C9 is #8D5D36. Grayscale: #979797. Windows color (decimal): -9264439 or 13214322. OLE color: 13214322.

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

Color convert

RGB114162201-
CMYK0.430.1900.21
HSL206.9º44.62%61.76%-
HSV(B)206.9º43.28%78.82%-
XYZ30.433.6460.15-
YUV152.09155.6100.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 201 (78.91% from 255) = 42.14%
R=23.90%
G=33.96%
B=42.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141622010.430.1900.21206.944.6261.76
Hex72A2C92B13015cf2d3e
Octal16224231153230253175576
Binary111001010100010110010011010111001101010111001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A2C9; }

 p { color: rgb(114,162,201); }

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

<style>
 a { background-color: #72A2C9; }

 a { background-color: rgb(114,162,201); }

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

<style>
 span { border-color: #72A2C9; }

 span { border-color: rgb(114,162,201); }

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