#34A5AA

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

Shades of Pelorous #34A5AA

Tints of Pelorous #34A5AA

Color information

#34A5AA (or 0x34A5AA) is unknown color: approx Pelorous. HEX triplet: 34, A5 and AA. RGB value is (52,165,170). Sum of RGB (Red+Green+Blue) = 52+165+170=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #34A5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A5AA is #CB5A55. Grayscale: #838383. Windows color (decimal): -13326934 or 11183412. OLE color: 11183412.

HSL color Cylindrical-coordinate representation of color #34A5AA: hue angle of 182.54º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A5AA is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52165170-
CMYK0.690.0300.33
HSL182.54º53.15%43.53%-
HSV(B)182.54º69.41%66.67%-
XYZ22.1330.5442.76-
YUV131.78149.5671.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.44%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=13.44%
G=42.64%
B=43.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521651700.690.0300.33182.5453.1543.53
Hex34A5AA453021b7352c
Octal6424525210530412676554
Binary1101001010010110101010100010111010000110110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,165,170); }

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

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

 a { background-color: rgb(52,165,170); }

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

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

 span { border-color: rgb(52,165,170); }

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