#3584AE

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

Shades of Curious Blue #3584AE

Tints of Curious Blue #3584AE

Color information

#3584AE (or 0x3584AE) is unknown color: approx Curious Blue. HEX triplet: 35, 84 and AE. RGB value is (53,132,174). Sum of RGB (Red+Green+Blue) = 53+132+174=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #3584AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3584AE is #CA7B51. Grayscale: #707070. Windows color (decimal): -13269842 or 11437109. OLE color: 11437109.

HSL color Cylindrical-coordinate representation of color #3584AE: hue angle of 200.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 #3584AE is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53132174-
CMYK0.700.2400.32
HSL200.83º53.3%44.51%-
HSV(B)200.83º69.54%68.24%-
XYZ17.3620.3243.05-
YUV113.17162.3385.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=14.76%
G=36.77%
B=48.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531321740.700.2400.32200.8353.344.51
Hex3584AE4618020c9352d
Octal65204256106300403116555
Binary1101011000010010101110100011011000010000011001001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3584AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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