#35A5B3

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

Shades of Pelorous #35A5B3

Tints of Pelorous #35A5B3

Color information

#35A5B3 (or 0x35A5B3) is unknown color: approx Pelorous. HEX triplet: 35, A5 and B3. RGB value is (53,165,179). Sum of RGB (Red+Green+Blue) = 53+165+179=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #35A5B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A5B3 is #CA5A4C. Grayscale: #848484. Windows color (decimal): -13261389 or 11773237. OLE color: 11773237.

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

Color convert

RGB53165179-
CMYK0.700.0800.30
HSL186.67º54.31%45.49%-
HSV(B)186.67º70.39%70.2%-
XYZ23.0630.9247.4-
YUV133.11153.8970.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 179 (70.31% from 255) = 45.09%
R=13.35%
G=41.56%
B=45.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531651790.700.0800.30186.6754.3145.49
Hex35A5B346801Ebb362d
Octal65245263106100362736655
Binary11010110100101101100111000110100001111010111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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