#35AABA

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

Shades of Pelorous #35AABA

Tints of Pelorous #35AABA

Color information

#35AABA (or 0x35AABA) is unknown color: approx Pelorous. HEX triplet: 35, AA and BA. RGB value is (53,170,186). Sum of RGB (Red+Green+Blue) = 53+170+186=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #35AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AABA is #CA5545. Grayscale: #888888. Windows color (decimal): -13260102 or 12233269. OLE color: 12233269.

HSL color Cylindrical-coordinate representation of color #35AABA: hue angle of 187.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35AABA is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53170186-
CMYK0.720.0900.27
HSL187.22º55.65%46.86%-
HSV(B)187.22º71.51%72.94%-
XYZ24.7133.0551.53-
YUV136.84155.7468.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.96%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=12.96%
G=41.56%
B=45.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531701860.720.0900.27187.2255.6546.86
Hex35AABA48901Bbb382f
Octal65252272110110332737057
Binary11010110101010101110101001000100101101110111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,170,186); }

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

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

 a { background-color: rgb(53,170,186); }

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

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

 span { border-color: rgb(53,170,186); }

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