#3986BA

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

Shades of Curious Blue #3986BA

Tints of Curious Blue #3986BA

Color information

#3986BA (or 0x3986BA) is unknown color: approx Curious Blue. HEX triplet: 39, 86 and BA. RGB value is (57,134,186). Sum of RGB (Red+Green+Blue) = 57+134+186=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #3986BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3986BA is #C67945. Grayscale: #747474. Windows color (decimal): -13007174 or 12224057. OLE color: 12224057.

HSL color Cylindrical-coordinate representation of color #3986BA: hue angle of 204.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3986BA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57134186-
CMYK0.690.2800.27
HSL204.19º53.09%47.65%-
HSV(B)204.19º69.35%72.94%-
XYZ19.0821.4749.59-
YUV116.9166.9985.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.12%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=15.12%
G=35.54%
B=49.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571341860.690.2800.27204.1953.0947.65
Hex3986BA451C01Bcc3530
Octal71206272105340333146560
Binary111001100001101011101010001011110001101111001100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3986BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3986BA; }

 p { color: rgb(57,134,186); }

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

<style>
 a { background-color: #3986BA; }

 a { background-color: rgb(57,134,186); }

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

<style>
 span { border-color: #3986BA; }

 span { border-color: rgb(57,134,186); }

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