#3F80BF

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

Shades of Curious Blue #3F80BF

Tints of Curious Blue #3F80BF

Color information

#3F80BF (or 0x3F80BF) is unknown color: approx Curious Blue. HEX triplet: 3F, 80 and BF. RGB value is (63,128,191). Sum of RGB (Red+Green+Blue) = 63+128+191=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F80BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F80BF is #C07F40. Grayscale: #737373. Windows color (decimal): -12615489 or 12550207. OLE color: 12550207.

HSL color Cylindrical-coordinate representation of color #3F80BF: hue angle of 209.53º 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 #3F80BF is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63128191-
CMYK0.670.3300.25
HSL209.53º50.39%49.8%-
HSV(B)209.53º67.02%74.9%-
XYZ19.1720.2652.19-
YUV115.75170.4790.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.49%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 191 (75% from 255) = 50%
R=16.49%
G=33.51%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631281910.670.3300.25209.5350.3949.8
Hex3F80BF4321019d23232
Octal77200277103410313226262
Binary1111111000000010111111100001110000101100111010010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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