#3F89BB

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

Shades of Curious Blue #3F89BB

Tints of Curious Blue #3F89BB

Color information

#3F89BB (or 0x3F89BB) is unknown color: approx Curious Blue. HEX triplet: 3F, 89 and BB. RGB value is (63,137,187). Sum of RGB (Red+Green+Blue) = 63+137+187=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F89BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F89BB is #C07644. Grayscale: #787878. Windows color (decimal): -12613189 or 12290367. OLE color: 12290367.

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

Color convert

RGB63137187-
CMYK0.660.2700.27
HSL204.19º49.6%49.02%-
HSV(B)204.19º66.31%73.33%-
XYZ19.9722.5450.31-
YUV120.57165.4886.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.28%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=16.28%
G=35.40%
B=48.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631371870.660.2700.27204.1949.649.02
Hex3F89BB421B01Bcc3231
Octal77211273102330333146261
Binary111111100010011011101110000101101101101111001100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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