#3586AE

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

Shades of Curious Blue #3586AE

Tints of Curious Blue #3586AE

Color information

#3586AE (or 0x3586AE) is unknown color: approx Curious Blue. HEX triplet: 35, 86 and AE. RGB value is (53,134,174). Sum of RGB (Red+Green+Blue) = 53+134+174=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #3586AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3586AE is #CA7951. Grayscale: #727272. Windows color (decimal): -13269330 or 11437621. OLE color: 11437621.

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

Color convert

RGB53134174-
CMYK0.700.2300.32
HSL199.83º53.3%44.51%-
HSV(B)199.83º69.54%68.24%-
XYZ17.6320.8643.14-
YUV114.34161.6684.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=14.68%
G=37.12%
B=48.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531341740.700.2300.32199.8353.344.51
Hex3586AE4617020c8352d
Octal65206256106270403106555
Binary1101011000011010101110100011010111010000011001000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3586AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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