#719BCA

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

Shades of Picton Blue #719BCA

Tints of Picton Blue #719BCA

Color information

#719BCA (or 0x719BCA) is unknown color: approx Picton Blue. HEX triplet: 71, 9B and CA. RGB value is (113,155,202). Sum of RGB (Red+Green+Blue) = 113+155+202=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #719BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BCA is #8E6435. Grayscale: #939393. Windows color (decimal): -9331766 or 13278065. OLE color: 13278065.

HSL color Cylindrical-coordinate representation of color #719BCA: hue angle of 211.69º degrees, saturation: 0.46, 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 #719BCA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113155202-
CMYK0.440.2300.21
HSL211.69º45.64%61.76%-
HSV(B)211.69º44.06%79.22%-
XYZ29.1931.2260.36-
YUV147.8158.59103.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=24.04%
G=32.98%
B=42.98%

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
Decimal1131552020.440.2300.21211.6945.6461.76
Hex719BCA2C17015d42e3e
Octal16123331254270253245676
Binary111000110011011110010101011001011101010111010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,202); }

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

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

 a { background-color: rgb(113,155,202); }

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

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

 span { border-color: rgb(113,155,202); }

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