#429BCC

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

Shades of Picton Blue #429BCC

Tints of Picton Blue #429BCC

Color information

#429BCC (or 0x429BCC) is unknown color: approx Picton Blue. HEX triplet: 42, 9B and CC. RGB value is (66,155,204). Sum of RGB (Red+Green+Blue) = 66+155+204=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #429BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BCC is #BD6433. Grayscale: #858585. Windows color (decimal): -12411956 or 13409090. OLE color: 13409090.

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

Color convert

RGB66155204-
CMYK0.680.2400.2
HSL201.3º57.5%52.94%-
HSV(B)201.3º67.65%80%-
XYZ24.8728.9661.41-
YUV133.98167.5179.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 204 (80.08% from 255) = 48%
R=15.53%
G=36.47%
B=48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal661552040.680.2400.2201.357.552.94
Hex429BCC4418014c93a35
Octal102233314104300243117265
Binary1000010100110111100110010001001100001010011001001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,155,204); }

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

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

 a { background-color: rgb(66,155,204); }

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

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

 span { border-color: rgb(66,155,204); }

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