#359CAD

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

Shades of Pelorous #359CAD

Tints of Pelorous #359CAD

Color information

#359CAD (or 0x359CAD) is unknown color: approx Pelorous. HEX triplet: 35, 9C and AD. RGB value is (53,156,173). Sum of RGB (Red+Green+Blue) = 53+156+173=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #359CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359CAD is #CA6352. Grayscale: #7E7E7E. Windows color (decimal): -13263699 or 11377717. OLE color: 11377717.

HSL color Cylindrical-coordinate representation of color #359CAD: hue angle of 188.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #359CAD is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53156173-
CMYK0.690.1000.32
HSL188.5º53.1%44.31%-
HSV(B)188.5º69.36%67.84%-
XYZ20.927.5543.75-
YUV127.14153.8875.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.87%
GREEN value IS 156 (61.33% from 255) = 40.84%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=13.87%
G=40.84%
B=45.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531561730.690.1000.32188.553.144.31
Hex359CAD45A020bc352c
Octal65234255105120402746554
Binary110101100111001010110110001011010010000010111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,156,173); }

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

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

 a { background-color: rgb(53,156,173); }

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

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

 span { border-color: rgb(53,156,173); }

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