#3F84BF

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

Shades of Curious Blue #3F84BF

Tints of Curious Blue #3F84BF

Color information

#3F84BF (or 0x3F84BF) is unknown color: approx Curious Blue. HEX triplet: 3F, 84 and BF. RGB value is (63,132,191). Sum of RGB (Red+Green+Blue) = 63+132+191=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F84BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F84BF is #C07B40. Grayscale: #757575. Windows color (decimal): -12614465 or 12551231. OLE color: 12551231.

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

Color convert

RGB63132191-
CMYK0.670.3100.25
HSL207.66º50.39%49.8%-
HSV(B)207.66º67.02%74.9%-
XYZ19.7121.3252.37-
YUV118.1169.1488.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.32%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 191 (75% from 255) = 49.48%
R=16.32%
G=34.20%
B=49.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631321910.670.3100.25207.6650.3949.8
Hex3F84BF431F019d03232
Octal77204277103370313206262
Binary111111100001001011111110000111111101100111010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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