#3f8ebf

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

Shades of Curious Blue #3F8EBF

Tints of Curious Blue #3F8EBF

Color information

#3F8EBF (or 0x3F8EBF) is unknown color: approx Curious Blue. HEX triplet: 3F, 8E and BF. RGB value is (63,142,191). Sum of RGB (Red+Green+Blue) = 63+142+191=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F8EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8EBF is #C07140. Grayscale: #7B7B7B. Windows color (decimal): -12611905 or 12553791. OLE color: 12553791.

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

Color convert

RGB63142191-
CMYK0.670.2600.25
HSL202.97º50.39%49.8%-
HSV(B)202.97º67.02%74.9%-
XYZ21.1324.1652.84-
YUV123.96165.8384.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.91%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 191 (75% from 255) = 48.23%
R=15.91%
G=35.86%
B=48.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631421910.670.2600.25202.9750.3949.8
Hex3F8EBF431A019cb3232
Octal77216277103320313136262
Binary111111100011101011111110000111101001100111001011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f8ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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