#3F85BF

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

Shades of Curious Blue #3F85BF

Tints of Curious Blue #3F85BF

Color information

#3F85BF (or 0x3F85BF) is unknown color: approx Curious Blue. HEX triplet: 3F, 85 and BF. RGB value is (63,133,191). Sum of RGB (Red+Green+Blue) = 63+133+191=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F85BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85BF is #C07A40. Grayscale: #767676. Windows color (decimal): -12614209 or 12551487. OLE color: 12551487.

HSL color Cylindrical-coordinate representation of color #3F85BF: hue angle of 207.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F85BF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63133191-
CMYK0.670.3000.25
HSL207.19º50.39%49.8%-
HSV(B)207.19º67.02%74.9%-
XYZ19.8421.5952.41-
YUV118.68168.8188.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.28%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 191 (75% from 255) = 49.35%
R=16.28%
G=34.37%
B=49.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631331910.670.3000.25207.1950.3949.8
Hex3F85BF431E019cf3232
Octal77205277103360313176262
Binary111111100001011011111110000111111001100111001111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,133,191); }

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

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

 a { background-color: rgb(63,133,191); }

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

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

 span { border-color: rgb(63,133,191); }

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