#35A9B4

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

Shades of Pelorous #35A9B4

Tints of Pelorous #35A9B4

Color information

#35A9B4 (or 0x35A9B4) is unknown color: approx Pelorous. HEX triplet: 35, A9 and B4. RGB value is (53,169,180). Sum of RGB (Red+Green+Blue) = 53+169+180=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #35A9B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A9B4 is #CA564B. Grayscale: #878787. Windows color (decimal): -13260364 or 11839797. OLE color: 11839797.

HSL color Cylindrical-coordinate representation of color #35A9B4: hue angle of 185.2º 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 #35A9B4 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53169180-
CMYK0.710.0600.29
HSL185.2º54.51%45.69%-
HSV(B)185.2º70.56%70.59%-
XYZ23.8932.4348.18-
YUV135.57153.0769.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.18%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=13.18%
G=42.04%
B=44.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531691800.710.0600.29185.254.5145.69
Hex35A9B447601Db9372e
Octal6525126410760352716756
Binary1101011010100110110100100011111001110110111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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