#3579AE

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

Shades of Curious Blue #3579AE

Tints of Curious Blue #3579AE

Color information

#3579AE (or 0x3579AE) is unknown color: approx Curious Blue. HEX triplet: 35, 79 and AE. RGB value is (53,121,174). Sum of RGB (Red+Green+Blue) = 53+121+174=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #3579AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3579AE is #CA8651. Grayscale: #6A6A6A. Windows color (decimal): -13272658 or 11434293. OLE color: 11434293.

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

Color convert

RGB53121174-
CMYK0.700.3000.32
HSL206.28º53.3%44.51%-
HSV(B)206.28º69.54%68.24%-
XYZ15.9517.4942.58-
YUV106.71165.9789.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 174 (68.36% from 255) = 50%
R=15.23%
G=34.77%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531211740.700.3000.32206.2853.344.51
Hex3579AE461E020ce352d
Octal65171256106360403166555
Binary110101111100110101110100011011110010000011001110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3579AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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