#359CAB

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

Shades of Pelorous #359CAB

Tints of Pelorous #359CAB

Color information

#359CAB (or 0x359CAB) is unknown color: approx Pelorous. HEX triplet: 35, 9C and AB. RGB value is (53,156,171). Sum of RGB (Red+Green+Blue) = 53+156+171=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #359CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359CAB is #CA6354. Grayscale: #7E7E7E. Windows color (decimal): -13263701 or 11246645. OLE color: 11246645.

HSL color Cylindrical-coordinate representation of color #359CAB: hue angle of 187.63º 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 #359CAB is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53156171-
CMYK0.690.0900.33
HSL187.63º52.68%43.92%-
HSV(B)187.63º69.01%67.06%-
XYZ20.7127.4742.74-
YUV126.91152.8875.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.95%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 171 (67.19% from 255) = 45%
R=13.95%
G=41.05%
B=45%

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
Decimal531561710.690.0900.33187.6352.6843.92
Hex359CAB459021bc352c
Octal65234253105110412746554
Binary110101100111001010101110001011001010000110111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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