#3686AE

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

Shades of Curious Blue #3686AE

Tints of Curious Blue #3686AE

Color information

#3686AE (or 0x3686AE) is unknown color: approx Curious Blue. HEX triplet: 36, 86 and AE. RGB value is (54,134,174). Sum of RGB (Red+Green+Blue) = 54+134+174=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #3686AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3686AE is #C97951. Grayscale: #727272. Windows color (decimal): -13203794 or 11437622. OLE color: 11437622.

HSL color Cylindrical-coordinate representation of color #3686AE: hue angle of 200º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3686AE is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54134174-
CMYK0.690.2300.32
HSL200º52.63%44.71%-
HSV(B)200º68.97%68.24%-
XYZ17.6920.8943.14-
YUV114.64161.584.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.92%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=14.92%
G=37.02%
B=48.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541341740.690.2300.3220052.6344.71
Hex3686AE4517020c8352d
Octal66206256105270403106555
Binary1101101000011010101110100010110111010000011001000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3686AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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