#419CCC

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

Shades of Picton Blue #419CCC

Tints of Picton Blue #419CCC

Color information

#419CCC (or 0x419CCC) is unknown color: approx Picton Blue. HEX triplet: 41, 9C and CC. RGB value is (65,156,204). Sum of RGB (Red+Green+Blue) = 65+156+204=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 156 (61.33% from 255 or 36.71% 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 #419CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CCC is #BE6333. Grayscale: #858585. Windows color (decimal): -12477236 or 13409345. OLE color: 13409345.

HSL color Cylindrical-coordinate representation of color #419CCC: hue angle of 200.72º 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 #419CCC is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65156204-
CMYK0.680.2400.2
HSL200.72º57.68%52.75%-
HSV(B)200.72º68.14%80%-
XYZ24.9729.2661.46-
YUV134.26167.3578.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.29%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 204 (80.08% from 255) = 48%
R=15.29%
G=36.71%
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
Decimal651562040.680.2400.2200.7257.6852.75
Hex419CCC4418014c93a35
Octal101234314104300243117265
Binary1000001100111001100110010001001100001010011001001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419CCC; }

 p { color: rgb(65,156,204); }

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

<style>
 a { background-color: #419CCC; }

 a { background-color: rgb(65,156,204); }

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

<style>
 span { border-color: #419CCC; }

 span { border-color: rgb(65,156,204); }

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