#3F8EBA

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

Shades of Curious Blue #3F8EBA

Tints of Curious Blue #3F8EBA

Color information

#3F8EBA (or 0x3F8EBA) is unknown color: approx Curious Blue. HEX triplet: 3F, 8E and BA. RGB value is (63,142,186). Sum of RGB (Red+Green+Blue) = 63+142+186=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F8EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8EBA is #C07145. Grayscale: #7B7B7B. Windows color (decimal): -12611910 or 12226111. OLE color: 12226111.

HSL color Cylindrical-coordinate representation of color #3F8EBA: hue angle of 201.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F8EBA is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63142186-
CMYK0.660.2400.27
HSL201.46º49.4%48.82%-
HSV(B)201.46º66.13%72.94%-
XYZ20.5923.9549.99-
YUV123.4163.3384.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.11%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=16.11%
G=36.32%
B=47.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631421860.660.2400.27201.4649.448.82
Hex3F8EBA421801Bc93131
Octal77216272102300333116161
Binary111111100011101011101010000101100001101111001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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