#34A2A9

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

Shades of Pelorous #34A2A9

Tints of Pelorous #34A2A9

Color information

#34A2A9 (or 0x34A2A9) is unknown color: approx Pelorous. HEX triplet: 34, A2 and A9. RGB value is (52,162,169). Sum of RGB (Red+Green+Blue) = 52+162+169=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #34A2A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A2A9 is #CB5D56. Grayscale: #818181. Windows color (decimal): -13327703 or 11117108. OLE color: 11117108.

HSL color Cylindrical-coordinate representation of color #34A2A9: hue angle of 183.59º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A2A9 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB52162169-
CMYK0.690.0400.34
HSL183.59º52.94%43.33%-
HSV(B)183.59º69.23%66.27%-
XYZ21.529.4442.08-
YUV129.91150.0672.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.58%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=13.58%
G=42.30%
B=44.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521621690.690.0400.34183.5952.9443.33
Hex34A2A9454022b8352b
Octal6424225110540422706553
Binary11010010100010101010011000101100010001010111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A2A9; }

 p { color: rgb(52,162,169); }

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

<style>
 a { background-color: #34A2A9; }

 a { background-color: rgb(52,162,169); }

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

<style>
 span { border-color: #34A2A9; }

 span { border-color: rgb(52,162,169); }

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