#3F80B9

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

Shades of Curious Blue #3F80B9

Tints of Curious Blue #3F80B9

Color information

#3F80B9 (or 0x3F80B9) is unknown color: approx Curious Blue. HEX triplet: 3F, 80 and B9. RGB value is (63,128,185). Sum of RGB (Red+Green+Blue) = 63+128+185=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F80B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F80B9 is #C07F46. Grayscale: #727272. Windows color (decimal): -12615495 or 12156991. OLE color: 12156991.

HSL color Cylindrical-coordinate representation of color #3F80B9: hue angle of 208.03º 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 #3F80B9 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63128185-
CMYK0.660.3100.27
HSL208.03º49.19%48.63%-
HSV(B)208.03º65.95%72.55%-
XYZ18.532048.78-
YUV115.06167.4790.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.76%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 185 (72.66% from 255) = 49.20%
R=16.76%
G=34.04%
B=49.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631281850.660.3100.27208.0349.1948.63
Hex3F80B9421F01Bd03131
Octal77200271102370333206161
Binary111111100000001011100110000101111101101111010000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F80B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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