#73A3C9

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

Shades of Picton Blue #73A3C9

Tints of Picton Blue #73A3C9

Color information

#73A3C9 (or 0x73A3C9) is unknown color: approx Picton Blue. HEX triplet: 73, A3 and C9. RGB value is (115,163,201). Sum of RGB (Red+Green+Blue) = 115+163+201=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #73A3C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A3C9 is #8C5C36. Grayscale: #989898. Windows color (decimal): -9198647 or 13214579. OLE color: 13214579.

HSL color Cylindrical-coordinate representation of color #73A3C9: hue angle of 206.51º degrees, saturation: 0.44, 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 #73A3C9 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115163201-
CMYK0.430.1900.21
HSL206.51º44.33%61.96%-
HSV(B)206.51º42.79%78.82%-
XYZ30.7134.0660.21-
YUV152.98155.1100.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=24.01%
G=34.03%
B=41.96%

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
Decimal1151632010.430.1900.21206.5144.3361.96
Hex73A3C92B13015cf2c3e
Octal16324331153230253175476
Binary111001110100011110010011010111001101010111001111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A3C9; }

 p { color: rgb(115,163,201); }

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

<style>
 a { background-color: #73A3C9; }

 a { background-color: rgb(115,163,201); }

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

<style>
 span { border-color: #73A3C9; }

 span { border-color: rgb(115,163,201); }

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