#34aabf

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

Shades of Pelorous #34AABF

Tints of Pelorous #34AABF

Color information

#34AABF (or 0x34AABF) is unknown color: approx Pelorous. HEX triplet: 34, AA and BF. RGB value is (52,170,191). Sum of RGB (Red+Green+Blue) = 52+170+191=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #34AABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AABF is #CB5540. Grayscale: #888888. Windows color (decimal): -13325633 or 12560948. OLE color: 12560948.

HSL color Cylindrical-coordinate representation of color #34AABF: hue angle of 189.06º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34AABF is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52170191-
CMYK0.730.1100.25
HSL189.06º57.2%47.65%-
HSV(B)189.06º72.77%74.9%-
XYZ25.1933.2454.38-
YUV137.11158.4167.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.59%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 191 (75% from 255) = 46.25%
R=12.59%
G=41.16%
B=46.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521701910.730.1100.25189.0657.247.65
Hex34AABF49B019bd3930
Octal64252277111130312757160
Binary11010010101010101111111001001101101100110111101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34aabf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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