#359CAC

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

Shades of Pelorous #359CAC

Tints of Pelorous #359CAC

Color information

#359CAC (or 0x359CAC) is unknown color: approx Pelorous. HEX triplet: 35, 9C and AC. RGB value is (53,156,172). Sum of RGB (Red+Green+Blue) = 53+156+172=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #359CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359CAC is #CA6353. Grayscale: #7E7E7E. Windows color (decimal): -13263700 or 11312181. OLE color: 11312181.

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

Color convert

RGB53156172-
CMYK0.690.0900.33
HSL188.07º52.89%44.12%-
HSV(B)188.07º69.19%67.45%-
XYZ20.827.5143.24-
YUV127.03153.3875.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.91%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=13.91%
G=40.94%
B=45.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531561720.690.0900.33188.0752.8944.12
Hex359CAC459021bc352c
Octal65234254105110412746554
Binary110101100111001010110010001011001010000110111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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