#34A6B4

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

Shades of Pelorous #34A6B4

Tints of Pelorous #34A6B4

Color information

#34A6B4 (or 0x34A6B4) is unknown color: approx Pelorous. HEX triplet: 34, A6 and B4. RGB value is (52,166,180). Sum of RGB (Red+Green+Blue) = 52+166+180=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #34A6B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A6B4 is #CB594B. Grayscale: #858585. Windows color (decimal): -13326668 or 11839028. OLE color: 11839028.

HSL color Cylindrical-coordinate representation of color #34A6B4: hue angle of 186.56º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34A6B4 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB52166180-
CMYK0.710.0800.29
HSL186.56º55.17%45.49%-
HSV(B)186.56º71.11%70.59%-
XYZ23.2931.347.99-
YUV133.51154.2369.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.07%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=13.07%
G=41.71%
B=45.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521661800.710.0800.29186.5655.1745.49
Hex34A6B447801Dbb372d
Octal64246264107100352736755
Binary11010010100110101101001000111100001110110111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,166,180); }

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

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

 a { background-color: rgb(52,166,180); }

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

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

 span { border-color: rgb(52,166,180); }

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