#34A1BA

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

Shades of Pelorous #34A1BA

Tints of Pelorous #34A1BA

Color information

#34A1BA (or 0x34A1BA) is unknown color: approx Pelorous. HEX triplet: 34, A1 and BA. RGB value is (52,161,186). Sum of RGB (Red+Green+Blue) = 52+161+186=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #34A1BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A1BA is #CB5E45. Grayscale: #838383. Windows color (decimal): -13327942 or 12230964. OLE color: 12230964.

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

Color convert

RGB52161186-
CMYK0.720.1300.27
HSL191.19º56.3%46.67%-
HSV(B)191.19º72.04%72.94%-
XYZ23.0229.7650.99-
YUV131.26158.8971.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.03%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=13.03%
G=40.35%
B=46.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521611860.720.1300.27191.1956.346.67
Hex34A1BA48D01Bbf382f
Octal64241272110150332777057
Binary11010010100001101110101001000110101101110111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,161,186); }

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

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

 a { background-color: rgb(52,161,186); }

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

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

 span { border-color: rgb(52,161,186); }

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