#3F95BF

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

Shades of Curious Blue #3F95BF

Tints of Curious Blue #3F95BF

Color information

#3F95BF (or 0x3F95BF) is unknown color: approx Curious Blue. HEX triplet: 3F, 95 and BF. RGB value is (63,149,191). Sum of RGB (Red+Green+Blue) = 63+149+191=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F95BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F95BF is #C06A40. Grayscale: #7F7F7F. Windows color (decimal): -12610113 or 12555583. OLE color: 12555583.

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

Color convert

RGB63149191-
CMYK0.670.2200.25
HSL199.69º50.39%49.8%-
HSV(B)199.69º67.02%74.9%-
XYZ22.226.3153.2-
YUV128.07163.5181.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.63%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 191 (75% from 255) = 47.39%
R=15.63%
G=36.97%
B=47.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631491910.670.2200.25199.6950.3949.8
Hex3F95BF4316019c83232
Octal77225277103260313106262
Binary111111100101011011111110000111011001100111001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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