#35A1BB

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

Shades of Pelorous #35A1BB

Tints of Pelorous #35A1BB

Color information

#35A1BB (or 0x35A1BB) is unknown color: approx Pelorous. HEX triplet: 35, A1 and BB. RGB value is (53,161,187). Sum of RGB (Red+Green+Blue) = 53+161+187=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #35A1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A1BB is #CA5E44. Grayscale: #838383. Windows color (decimal): -13262405 or 12296501. OLE color: 12296501.

HSL color Cylindrical-coordinate representation of color #35A1BB: hue angle of 191.64º 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 #35A1BB is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53161187-
CMYK0.720.1400.27
HSL191.64º55.83%47.06%-
HSV(B)191.64º71.66%73.33%-
XYZ23.1829.8351.55-
YUV131.67159.2271.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.22%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=13.22%
G=40.15%
B=46.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531611870.720.1400.27191.6455.8347.06
Hex35A1BB48E01Bc0382f
Octal65241273110160333007057
Binary11010110100001101110111001000111001101111000000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,161,187); }

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

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

 a { background-color: rgb(53,161,187); }

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

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

 span { border-color: rgb(53,161,187); }

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