#359EAB

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

Shades of Pelorous #359EAB

Tints of Pelorous #359EAB

Color information

#359EAB (or 0x359EAB) is unknown color: approx Pelorous. HEX triplet: 35, 9E and AB. RGB value is (53,158,171). Sum of RGB (Red+Green+Blue) = 53+158+171=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #359EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359EAB is #CA6154. Grayscale: #7F7F7F. Windows color (decimal): -13263189 or 11247157. OLE color: 11247157.

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

Color convert

RGB53158171-
CMYK0.690.0800.33
HSL186.61º52.68%43.92%-
HSV(B)186.61º69.01%67.06%-
XYZ21.0528.1542.85-
YUV128.09152.2174.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.87%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=13.87%
G=41.36%
B=44.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531581710.690.0800.33186.6152.6843.92
Hex359EAB458021bb352c
Octal65236253105100412736554
Binary110101100111101010101110001011000010000110111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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