#35A5AF

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

Shades of Pelorous #35A5AF

Tints of Pelorous #35A5AF

Color information

#35A5AF (or 0x35A5AF) is unknown color: approx Pelorous. HEX triplet: 35, A5 and AF. RGB value is (53,165,175). Sum of RGB (Red+Green+Blue) = 53+165+175=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #35A5AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A5AF is #CA5A50. Grayscale: #848484. Windows color (decimal): -13261393 or 11511093. OLE color: 11511093.

HSL color Cylindrical-coordinate representation of color #35A5AF: hue angle of 184.92º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35A5AF is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53165175-
CMYK0.700.0600.31
HSL184.92º53.51%44.71%-
HSV(B)184.92º69.71%68.63%-
XYZ22.6630.7645.3-
YUV132.65151.8971.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.49%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=13.49%
G=41.98%
B=44.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531651750.700.0600.31184.9253.5144.71
Hex35A5AF46601Fb9362d
Octal6524525710660372716655
Binary1101011010010110101111100011011001111110111001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,165,175); }

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

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

 a { background-color: rgb(53,165,175); }

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

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

 span { border-color: rgb(53,165,175); }

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