#3f85b9

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

Shades of Curious Blue #3F85B9

Tints of Curious Blue #3F85B9

Color information

#3F85B9 (or 0x3F85B9) is unknown color: approx Curious Blue. HEX triplet: 3F, 85 and B9. RGB value is (63,133,185). Sum of RGB (Red+Green+Blue) = 63+133+185=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F85B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85B9 is #C07A46. Grayscale: #757575. Windows color (decimal): -12614215 or 12158271. OLE color: 12158271.

HSL color Cylindrical-coordinate representation of color #3F85B9: hue angle of 205.57º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F85B9 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63133185-
CMYK0.660.2800.27
HSL205.57º49.19%48.63%-
HSV(B)205.57º65.95%72.55%-
XYZ19.1921.3349.01-
YUV118165.8188.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.54%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 185 (72.66% from 255) = 48.56%
R=16.54%
G=34.91%
B=48.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631331850.660.2800.27205.5749.1948.63
Hex3F85B9421C01Bce3131
Octal77205271102340333166161
Binary111111100001011011100110000101110001101111001110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f85b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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