#35A1AD

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

Shades of Pelorous #35A1AD

Tints of Pelorous #35A1AD

Color information

#35A1AD (or 0x35A1AD) is unknown color: approx Pelorous. HEX triplet: 35, A1 and AD. RGB value is (53,161,173). Sum of RGB (Red+Green+Blue) = 53+161+173=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #35A1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A1AD is #CA5E52. Grayscale: #818181. Windows color (decimal): -13262419 or 11378997. OLE color: 11378997.

HSL color Cylindrical-coordinate representation of color #35A1AD: hue angle of 186º 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 #35A1AD is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53161173-
CMYK0.690.0700.32
HSL186º53.1%44.31%-
HSV(B)186º69.36%67.84%-
XYZ21.7629.2644.04-
YUV130.08152.2273.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 161 (63.28% from 255) = 41.60%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=13.70%
G=41.60%
B=44.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531611730.690.0700.3218653.144.31
Hex35A1AD457020ba352c
Octal6524125510570402726554
Binary11010110100001101011011000101111010000010111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A1AD; }

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

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

<style>
 a { background-color: #35A1AD; }

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

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

<style>
 span { border-color: #35A1AD; }

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

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