#3586BE

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

Shades of Curious Blue #3586BE

Tints of Curious Blue #3586BE

Color information

#3586BE (or 0x3586BE) is unknown color: approx Curious Blue. HEX triplet: 35, 86 and BE. RGB value is (53,134,190). Sum of RGB (Red+Green+Blue) = 53+134+190=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #3586BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586BE is #CA7941. Grayscale: #737373. Windows color (decimal): -13269314 or 12486197. OLE color: 12486197.

HSL color Cylindrical-coordinate representation of color #3586BE: hue angle of 204.53º 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 #3586BE is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53134190-
CMYK0.720.2900.25
HSL204.53º56.38%47.65%-
HSV(B)204.53º72.11%74.51%-
XYZ19.2921.5251.85-
YUV116.16169.6682.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=14.06%
G=35.54%
B=50.40%

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
Decimal531341900.720.2900.25204.5356.3847.65
Hex3586BE481D019cd3830
Octal65206276110350313157060
Binary110101100001101011111010010001110101100111001101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3586BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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