#3F8EDF

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

Shades of Picton Blue #3F8EDF

Tints of Picton Blue #3F8EDF

Color information

#3F8EDF (or 0x3F8EDF) is unknown color: approx Picton Blue. HEX triplet: 3F, 8E and DF. RGB value is (63,142,223). Sum of RGB (Red+Green+Blue) = 63+142+223=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F8EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8EDF is #C07120. Grayscale: #7F7F7F. Windows color (decimal): -12611873 or 14650943. OLE color: 14650943.

HSL color Cylindrical-coordinate representation of color #3F8EDF: hue angle of 210.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F8EDF is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB63142223-
CMYK0.720.3600.13
HSL210.38º71.43%56.08%-
HSV(B)210.38º71.75%87.45%-
XYZ25.0425.7373.46-
YUV127.61181.8381.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.72%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 223 (87.5% from 255) = 52.10%
R=14.72%
G=33.18%
B=52.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631422230.720.3600.13210.3871.4356.08
Hex3F8EDF48240Dd24738
Octal772163371104401532210770
Binary1111111000111011011111100100010010001101110100101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,142,223); }

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

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

 a { background-color: rgb(63,142,223); }

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

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

 span { border-color: rgb(63,142,223); }

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