#3F93BF

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

Shades of Curious Blue #3F93BF

Tints of Curious Blue #3F93BF

Color information

#3F93BF (or 0x3F93BF) is unknown color: approx Curious Blue. HEX triplet: 3F, 93 and BF. RGB value is (63,147,191). Sum of RGB (Red+Green+Blue) = 63+147+191=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F93BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F93BF is #C06C40. Grayscale: #7E7E7E. Windows color (decimal): -12610625 or 12555071. OLE color: 12555071.

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

Color convert

RGB63147191-
CMYK0.670.2300.25
HSL200.62º50.39%49.8%-
HSV(B)200.62º67.02%74.9%-
XYZ21.8925.6953.09-
YUV126.9164.1782.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.71%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 191 (75% from 255) = 47.63%
R=15.71%
G=36.66%
B=47.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631471910.670.2300.25200.6250.3949.8
Hex3F93BF4317019c93232
Octal77223277103270313116262
Binary111111100100111011111110000111011101100111001001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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