#3686BE

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

Shades of Curious Blue #3686BE

Tints of Curious Blue #3686BE

Color information

#3686BE (or 0x3686BE) is unknown color: approx Curious Blue. HEX triplet: 36, 86 and BE. RGB value is (54,134,190). Sum of RGB (Red+Green+Blue) = 54+134+190=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #3686BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686BE is #C97941. Grayscale: #747474. Windows color (decimal): -13203778 or 12486198. OLE color: 12486198.

HSL color Cylindrical-coordinate representation of color #3686BE: hue angle of 204.71º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3686BE is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54134190-
CMYK0.720.2900.25
HSL204.71º55.74%47.84%-
HSV(B)204.71º71.58%74.51%-
XYZ19.3421.5551.86-
YUV116.46169.583.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.29%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=14.29%
G=35.45%
B=50.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541341900.720.2900.25204.7155.7447.84
Hex3686BE481D019cd3830
Octal66206276110350313157060
Binary110110100001101011111010010001110101100111001101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3686BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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