#429DCE

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

Shades of Picton Blue #429DCE

Tints of Picton Blue #429DCE

Color information

#429DCE (or 0x429DCE) is unknown color: approx Picton Blue. HEX triplet: 42, 9D and CE. RGB value is (66,157,206). Sum of RGB (Red+Green+Blue) = 66+157+206=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #429DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DCE is #BD6231. Grayscale: #878787. Windows color (decimal): -12411442 or 13540674. OLE color: 13540674.

HSL color Cylindrical-coordinate representation of color #429DCE: hue angle of 201º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429DCE is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB66157206-
CMYK0.680.2400.19
HSL201º58.82%53.33%-
HSV(B)201º67.96%80.78%-
XYZ25.4429.7362.79-
YUV135.38167.8578.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.38%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=15.38%
G=36.60%
B=48.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal661572060.680.2400.1920158.8253.33
Hex429DCE4418013c93b35
Octal102235316104300233117365
Binary1000010100111011100111010001001100001001111001001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429DCE; }

 p { color: rgb(66,157,206); }

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

<style>
 a { background-color: #429DCE; }

 a { background-color: rgb(66,157,206); }

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

<style>
 span { border-color: #429DCE; }

 span { border-color: rgb(66,157,206); }

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