#3F91BB

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

Shades of Curious Blue #3F91BB

Tints of Curious Blue #3F91BB

Color information

#3F91BB (or 0x3F91BB) is unknown color: approx Curious Blue. HEX triplet: 3F, 91 and BB. RGB value is (63,145,187). Sum of RGB (Red+Green+Blue) = 63+145+187=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F91BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F91BB is #C06E44. Grayscale: #7D7D7D. Windows color (decimal): -12611141 or 12292415. OLE color: 12292415.

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

Color convert

RGB63145187-
CMYK0.660.2200.27
HSL200.32º49.6%49.02%-
HSV(B)200.32º66.31%73.33%-
XYZ21.1424.950.7-
YUV125.27162.8383.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.95%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=15.95%
G=36.71%
B=47.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631451870.660.2200.27200.3249.649.02
Hex3F91BB421601Bc83231
Octal77221273102260333106261
Binary111111100100011011101110000101011001101111001000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,145,187); }

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

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

 a { background-color: rgb(63,145,187); }

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

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

 span { border-color: rgb(63,145,187); }

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