#3686DB

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

Shades of Curious Blue #3686DB

Tints of Curious Blue #3686DB

Color information

#3686DB (or 0x3686DB) is unknown color: approx Curious Blue. HEX triplet: 36, 86 and DB. RGB value is (54,134,219). Sum of RGB (Red+Green+Blue) = 54+134+219=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #3686DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686DB is #C97924. Grayscale: #777777. Windows color (decimal): -13203749 or 14386742. OLE color: 14386742.

HSL color Cylindrical-coordinate representation of color #3686DB: hue angle of 210.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3686DB is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB54134219-
CMYK0.750.3900.14
HSL210.91º69.62%53.53%-
HSV(B)210.91º75.34%85.88%-
XYZ22.8322.9570.24-
YUV119.7718481.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.27%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=13.27%
G=32.92%
B=53.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal541342190.750.3900.14210.9169.6253.53
Hex3686DB4B270Ed34636
Octal662063331134701632310666
Binary1101101000011011011011100101110011101110110100111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3686DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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