#429BCD

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

Shades of Picton Blue #429BCD

Tints of Picton Blue #429BCD

Color information

#429BCD (or 0x429BCD) is unknown color: approx Picton Blue. HEX triplet: 42, 9B and CD. RGB value is (66,155,205). Sum of RGB (Red+Green+Blue) = 66+155+205=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #429BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BCD is #BD6432. Grayscale: #858585. Windows color (decimal): -12411955 or 13474626. OLE color: 13474626.

HSL color Cylindrical-coordinate representation of color #429BCD: hue angle of 201.58º degrees, saturation: 0.58, 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 #429BCD is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66155205-
CMYK0.680.2400.20
HSL201.58º58.16%53.14%-
HSV(B)201.58º67.8%80.39%-
XYZ24.9929.0162.04-
YUV134.09168.0179.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.49%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=15.49%
G=36.38%
B=48.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661552050.680.2400.20201.5858.1653.14
Hex429BCD4418014ca3a35
Octal102233315104300243127265
Binary1000010100110111100110110001001100001010011001010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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