#3F94BF

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

Shades of Curious Blue #3F94BF

Tints of Curious Blue #3F94BF

Color information

#3F94BF (or 0x3F94BF) is unknown color: approx Curious Blue. HEX triplet: 3F, 94 and BF. RGB value is (63,148,191). Sum of RGB (Red+Green+Blue) = 63+148+191=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F94BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94BF is #C06B40. Grayscale: #7F7F7F. Windows color (decimal): -12610369 or 12555327. OLE color: 12555327.

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

Color convert

RGB63148191-
CMYK0.670.2300.25
HSL200.16º50.39%49.8%-
HSV(B)200.16º67.02%74.9%-
XYZ22.042653.15-
YUV127.49163.8482-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.67%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 191 (75% from 255) = 47.51%
R=15.67%
G=36.82%
B=47.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631481910.670.2300.25200.1650.3949.8
Hex3F94BF4317019c83232
Octal77224277103270313106262
Binary111111100101001011111110000111011101100111001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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