#429ECF

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

Shades of Picton Blue #429ECF

Tints of Picton Blue #429ECF

Color information

#429ECF (or 0x429ECF) is unknown color: approx Picton Blue. HEX triplet: 42, 9E and CF. RGB value is (66,158,207). Sum of RGB (Red+Green+Blue) = 66+158+207=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #429ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ECF is #BD6130. Grayscale: #878787. Windows color (decimal): -12411185 or 13606466. OLE color: 13606466.

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

Color convert

RGB66158207-
CMYK0.680.2400.19
HSL200.85º59.49%53.53%-
HSV(B)200.85º68.12%81.18%-
XYZ25.7430.1263.49-
YUV136.08168.0278.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=15.31%
G=36.66%
B=48.03%

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
Decimal661582070.680.2400.19200.8559.4953.53
Hex429ECF4418013c93b36
Octal102236317104300233117366
Binary1000010100111101100111110001001100001001111001001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,158,207); }

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

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

 a { background-color: rgb(66,158,207); }

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

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

 span { border-color: rgb(66,158,207); }

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