#35A5C0

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

Shades of Pelorous #35A5C0

Tints of Pelorous #35A5C0

Color information

#35A5C0 (or 0x35A5C0) is unknown color: approx Pelorous. HEX triplet: 35, A5 and C0. RGB value is (53,165,192). Sum of RGB (Red+Green+Blue) = 53+165+192=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #35A5C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A5C0 is #CA5A3F. Grayscale: #868686. Windows color (decimal): -13261376 or 12625205. OLE color: 12625205.

HSL color Cylindrical-coordinate representation of color #35A5C0: hue angle of 191.65º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A5C0 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53165192-
CMYK0.720.1400.25
HSL191.65º56.73%48.04%-
HSV(B)191.65º72.4%75.29%-
XYZ24.4431.4754.66-
YUV134.59160.3969.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.93%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 192 (75.39% from 255) = 46.83%
R=12.93%
G=40.24%
B=46.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531651920.720.1400.25191.6556.7348.04
Hex35A5C048E019c03930
Octal65245300110160313007160
Binary11010110100101110000001001000111001100111000000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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