#719CCC

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

Shades of Picton Blue #719CCC

Tints of Picton Blue #719CCC

Color information

#719CCC (or 0x719CCC) is unknown color: approx Picton Blue. HEX triplet: 71, 9C and CC. RGB value is (113,156,204). Sum of RGB (Red+Green+Blue) = 113+156+204=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #719CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CCC is #8E6333. Grayscale: #949494. Windows color (decimal): -9331508 or 13409393. OLE color: 13409393.

HSL color Cylindrical-coordinate representation of color #719CCC: hue angle of 211.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #719CCC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB113156204-
CMYK0.450.2400.2
HSL211.65º47.15%62.16%-
HSV(B)211.65º44.61%80%-
XYZ29.631.6561.68-
YUV148.61159.25102.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.89%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=23.89%
G=32.98%
B=43.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1131562040.450.2400.2211.6547.1562.16
Hex719CCC2D18014d42f3e
Octal16123431455300243245776
Binary111000110011100110011001011011100001010011010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719CCC; }

 p { color: rgb(113,156,204); }

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

<style>
 a { background-color: #719CCC; }

 a { background-color: rgb(113,156,204); }

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

<style>
 span { border-color: #719CCC; }

 span { border-color: rgb(113,156,204); }

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