#3F81BE

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

Shades of Curious Blue #3F81BE

Tints of Curious Blue #3F81BE

Color information

#3F81BE (or 0x3F81BE) is unknown color: approx Curious Blue. HEX triplet: 3F, 81 and BE. RGB value is (63,129,190). Sum of RGB (Red+Green+Blue) = 63+129+190=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F81BE is #C07E41. Grayscale: #737373. Windows color (decimal): -12615234 or 12484927. OLE color: 12484927.

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

Color convert

RGB63129190-
CMYK0.670.3200.25
HSL208.82º50.2%49.61%-
HSV(B)208.82º66.84%74.51%-
XYZ19.1920.4751.66-
YUV116.22169.6390.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.49%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=16.49%
G=33.77%
B=49.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631291900.670.3200.25208.8250.249.61
Hex3F81BE4320019d13232
Octal77201276103400313216262
Binary1111111000000110111110100001110000001100111010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,129,190); }

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

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

 a { background-color: rgb(63,129,190); }

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

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

 span { border-color: rgb(63,129,190); }

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