#3986CE

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

Shades of Curious Blue #3986CE

Tints of Curious Blue #3986CE

Color information

#3986CE (or 0x3986CE) is unknown color: approx Curious Blue. HEX triplet: 39, 86 and CE. RGB value is (57,134,206). Sum of RGB (Red+Green+Blue) = 57+134+206=397 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.36% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #3986CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3986CE is #C67931. Grayscale: #767676. Windows color (decimal): -13007154 or 13534777. OLE color: 13534777.

HSL color Cylindrical-coordinate representation of color #3986CE: hue angle of 208.99º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3986CE is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB57134206-
CMYK0.720.3500.19
HSL208.99º60.32%51.57%-
HSV(B)208.99º72.33%80.78%-
XYZ21.3522.3861.59-
YUV119.18176.9983.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.36%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 206 (80.86% from 255) = 51.89%
R=14.36%
G=33.75%
B=51.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal571342060.720.3500.19208.9960.3251.57
Hex3986CE4823013d13c34
Octal71206316110430233217464
Binary1110011000011011001110100100010001101001111010001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3986CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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