#3597AE

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

Shades of Pelorous #3597AE

Tints of Pelorous #3597AE

Color information

#3597AE (or 0x3597AE) is unknown color: approx Pelorous. HEX triplet: 35, 97 and AE. RGB value is (53,151,174). Sum of RGB (Red+Green+Blue) = 53+151+174=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #3597AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3597AE is #CA6851. Grayscale: #7C7C7C. Windows color (decimal): -13264978 or 11441973. OLE color: 11441973.

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

Color convert

RGB53151174-
CMYK0.700.1300.32
HSL191.4º53.3%44.51%-
HSV(B)191.4º69.54%68.24%-
XYZ20.1725.9543.99-
YUV124.32156.0377.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.02%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=14.02%
G=39.95%
B=46.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531511740.700.1300.32191.453.344.51
Hex3597AE46D020bf352d
Octal65227256106150402776555
Binary110101100101111010111010001101101010000010111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3597AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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