#3F99CF

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

Shades of Picton Blue #3F99CF

Tints of Picton Blue #3F99CF

Color information

#3F99CF (or 0x3F99CF) is unknown color: approx Picton Blue. HEX triplet: 3F, 99 and CF. RGB value is (63,153,207). Sum of RGB (Red+Green+Blue) = 63+153+207=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F99CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F99CF is #C06630. Grayscale: #838383. Windows color (decimal): -12609073 or 13605183. OLE color: 13605183.

HSL color Cylindrical-coordinate representation of color #3F99CF: hue angle of 202.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F99CF is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB63153207-
CMYK0.700.2600.19
HSL202.5º60%52.94%-
HSV(B)202.5º69.57%81.18%-
XYZ24.728.3463.2-
YUV132.25170.1878.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.89%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 207 (81.25% from 255) = 48.94%
R=14.89%
G=36.17%
B=48.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal631532070.700.2600.19202.56052.94
Hex3F99CF461A013ca3c35
Octal77231317106320233127465
Binary111111100110011100111110001101101001001111001010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,153,207); }

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

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

 a { background-color: rgb(63,153,207); }

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

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

 span { border-color: rgb(63,153,207); }

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