#359AAE

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

Shades of Pelorous #359AAE

Tints of Pelorous #359AAE

Color information

#359AAE (or 0x359AAE) is unknown color: approx Pelorous. HEX triplet: 35, 9A and AE. RGB value is (53,154,174). Sum of RGB (Red+Green+Blue) = 53+154+174=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #359AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359AAE is #CA6551. Grayscale: #7D7D7D. Windows color (decimal): -13264210 or 11442741. OLE color: 11442741.

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

Color convert

RGB53154174-
CMYK0.700.1100.32
HSL189.92º53.3%44.51%-
HSV(B)189.92º69.54%68.24%-
XYZ20.6626.9244.15-
YUV126.08155.0475.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.91%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=13.91%
G=40.42%
B=45.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531541740.700.1100.32189.9253.344.51
Hex359AAE46B020be352d
Octal65232256106130402766555
Binary110101100110101010111010001101011010000010111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359AAE; }

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

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

<style>
 a { background-color: #359AAE; }

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

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

<style>
 span { border-color: #359AAE; }

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

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