#3f88bf

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

Shades of Curious Blue #3F88BF

Tints of Curious Blue #3F88BF

Color information

#3F88BF (or 0x3F88BF) is unknown color: approx Curious Blue. HEX triplet: 3F, 88 and BF. RGB value is (63,136,191). Sum of RGB (Red+Green+Blue) = 63+136+191=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F88BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F88BF is #C07740. Grayscale: #787878. Windows color (decimal): -12613441 or 12552255. OLE color: 12552255.

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

Color convert

RGB63136191-
CMYK0.670.2900.25
HSL205.78º50.39%49.8%-
HSV(B)205.78º67.02%74.9%-
XYZ20.2622.4352.55-
YUV120.44167.8287.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.15%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 191 (75% from 255) = 48.97%
R=16.15%
G=34.87%
B=48.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631361910.670.2900.25205.7850.3949.8
Hex3F88BF431D019ce3232
Octal77210277103350313166262
Binary111111100010001011111110000111110101100111001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f88bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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