#3F8FBA

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

Shades of Curious Blue #3F8FBA

Tints of Curious Blue #3F8FBA

Color information

#3F8FBA (or 0x3F8FBA) is unknown color: approx Curious Blue. HEX triplet: 3F, 8F and BA. RGB value is (63,143,186). Sum of RGB (Red+Green+Blue) = 63+143+186=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F8FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FBA is #C07045. Grayscale: #7B7B7B. Windows color (decimal): -12611654 or 12226367. OLE color: 12226367.

HSL color Cylindrical-coordinate representation of color #3F8FBA: hue angle of 200.98º 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 #3F8FBA is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63143186-
CMYK0.660.2300.27
HSL200.98º49.4%48.82%-
HSV(B)200.98º66.13%72.94%-
XYZ20.7424.2550.04-
YUV123.9816384.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.07%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=16.07%
G=36.48%
B=47.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631431860.660.2300.27200.9849.448.82
Hex3F8FBA421701Bc93131
Octal77217272102270333116161
Binary111111100011111011101010000101011101101111001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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