#3989BF

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

Shades of Curious Blue #3989BF

Tints of Curious Blue #3989BF

Color information

#3989BF (or 0x3989BF) is unknown color: approx Curious Blue. HEX triplet: 39, 89 and BF. RGB value is (57,137,191). Sum of RGB (Red+Green+Blue) = 57+137+191=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #3989BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3989BF is #C67640. Grayscale: #767676. Windows color (decimal): -13006401 or 12552505. OLE color: 12552505.

HSL color Cylindrical-coordinate representation of color #3989BF: hue angle of 204.18º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3989BF is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57137191-
CMYK0.700.2800.25
HSL204.18º54.03%48.63%-
HSV(B)204.18º70.16%74.9%-
XYZ20.0422.5252.58-
YUV119.24168.583.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.81%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 191 (75% from 255) = 49.61%
R=14.81%
G=35.58%
B=49.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571371910.700.2800.25204.1854.0348.63
Hex3989BF461C019cc3631
Octal71211277106340313146661
Binary111001100010011011111110001101110001100111001100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3989BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3989BF; }

 p { color: rgb(57,137,191); }

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

<style>
 a { background-color: #3989BF; }

 a { background-color: rgb(57,137,191); }

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

<style>
 span { border-color: #3989BF; }

 span { border-color: rgb(57,137,191); }

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