#719ACB

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

Shades of Picton Blue #719ACB

Tints of Picton Blue #719ACB

Color information

#719ACB (or 0x719ACB) is unknown color: approx Picton Blue. HEX triplet: 71, 9A and CB. RGB value is (113,154,203). Sum of RGB (Red+Green+Blue) = 113+154+203=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #719ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ACB is #8E6534. Grayscale: #939393. Windows color (decimal): -9332021 or 13343345. OLE color: 13343345.

HSL color Cylindrical-coordinate representation of color #719ACB: hue angle of 212.67º 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 #719ACB is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113154203-
CMYK0.440.2400.20
HSL212.67º46.39%61.96%-
HSV(B)212.67º44.33%79.61%-
XYZ29.1530.9360.93-
YUV147.33159.42103.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=24.04%
G=32.77%
B=43.19%

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
Decimal1131542030.440.2400.20212.6746.3961.96
Hex719ACB2C18014d52e3e
Octal16123231354300243255676
Binary111000110011010110010111011001100001010011010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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