#3F7FBF

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

Shades of Curious Blue #3F7FBF

Tints of Curious Blue #3F7FBF

Color information

#3F7FBF (or 0x3F7FBF) is unknown color: approx Curious Blue. HEX triplet: 3F, 7F and BF. RGB value is (63,127,191). Sum of RGB (Red+Green+Blue) = 63+127+191=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F7FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7FBF is #C08040. Grayscale: #727272. Windows color (decimal): -12615745 or 12549951. OLE color: 12549951.

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

Color convert

RGB63127191-
CMYK0.670.3400.25
HSL210º50.39%49.8%-
HSV(B)210º67.02%74.9%-
XYZ19.042052.15-
YUV115.16170.890.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.54%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 50.13%
R=16.54%
G=33.33%
B=50.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631271910.670.3400.2521050.3949.8
Hex3F7FBF4322019d23232
Octal77177277103420313226262
Binary111111111111110111111100001110001001100111010010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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