#3686D8

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

Shades of Curious Blue #3686D8

Tints of Curious Blue #3686D8

Color information

#3686D8 (or 0x3686D8) is unknown color: approx Curious Blue. HEX triplet: 36, 86 and D8. RGB value is (54,134,216). Sum of RGB (Red+Green+Blue) = 54+134+216=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #3686D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686D8 is #C97927. Grayscale: #777777. Windows color (decimal): -13203752 or 14190134. OLE color: 14190134.

HSL color Cylindrical-coordinate representation of color #3686D8: hue angle of 210.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3686D8 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB54134216-
CMYK0.750.3800.15
HSL210.37º67.5%52.94%-
HSV(B)210.37º75%84.71%-
XYZ22.4422.7968.18-
YUV119.43182.581.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.37%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 216 (84.77% from 255) = 53.47%
R=13.37%
G=33.17%
B=53.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal541342160.750.3800.15210.3767.552.94
Hex3686D84B260Fd24435
Octal662063301134601732210465
Binary1101101000011011011000100101110011001111110100101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3686D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3686D8; }

 p { color: rgb(54,134,216); }

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

<style>
 a { background-color: #3686D8; }

 a { background-color: rgb(54,134,216); }

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

<style>
 span { border-color: #3686D8; }

 span { border-color: rgb(54,134,216); }

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