#3F8CDC

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

Shades of Picton Blue #3F8CDC

Tints of Picton Blue #3F8CDC

Color information

#3F8CDC (or 0x3F8CDC) is unknown color: approx Picton Blue. HEX triplet: 3F, 8C and DC. RGB value is (63,140,220). Sum of RGB (Red+Green+Blue) = 63+140+220=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F8CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8CDC is #C07323. Grayscale: #7D7D7D. Windows color (decimal): -12612388 or 14453823. OLE color: 14453823.

HSL color Cylindrical-coordinate representation of color #3F8CDC: hue angle of 210.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F8CDC is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB63140220-
CMYK0.710.3600.14
HSL210.57º69.16%55.49%-
HSV(B)210.57º71.36%86.27%-
XYZ24.3524.9871.25-
YUV126.1180.9983-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.89%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=14.89%
G=33.10%
B=52.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal631402200.710.3600.14210.5769.1655.49
Hex3F8CDC47240Ed34537
Octal772143341074401632310567
Binary1111111000110011011100100011110010001110110100111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F8CDC; }

 p { color: rgb(63,140,220); }

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

<style>
 a { background-color: #3F8CDC; }

 a { background-color: rgb(63,140,220); }

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

<style>
 span { border-color: #3F8CDC; }

 span { border-color: rgb(63,140,220); }

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