#35A5B4

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

Shades of Pelorous #35A5B4

Tints of Pelorous #35A5B4

Color information

#35A5B4 (or 0x35A5B4) is unknown color: approx Pelorous. HEX triplet: 35, A5 and B4. RGB value is (53,165,180). Sum of RGB (Red+Green+Blue) = 53+165+180=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #35A5B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A5B4 is #CA5A4B. Grayscale: #858585. Windows color (decimal): -13261388 or 11838773. OLE color: 11838773.

HSL color Cylindrical-coordinate representation of color #35A5B4: hue angle of 187.09º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35A5B4 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53165180-
CMYK0.710.0800.29
HSL187.09º54.51%45.69%-
HSV(B)187.09º70.56%70.59%-
XYZ23.1630.9647.94-
YUV133.22154.3970.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.32%
GREEN value IS 165 (64.84% from 255) = 41.46%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=13.32%
G=41.46%
B=45.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531651800.710.0800.29187.0954.5145.69
Hex35A5B447801Dbb372e
Octal65245264107100352736756
Binary11010110100101101101001000111100001110110111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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