#34A7B1

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

Shades of Pelorous #34A7B1

Tints of Pelorous #34A7B1

Color information

#34A7B1 (or 0x34A7B1) is unknown color: approx Pelorous. HEX triplet: 34, A7 and B1. RGB value is (52,167,177). Sum of RGB (Red+Green+Blue) = 52+167+177=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #34A7B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A7B1 is #CB584E. Grayscale: #858585. Windows color (decimal): -13326415 or 11642676. OLE color: 11642676.

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

Color convert

RGB52167177-
CMYK0.710.0600.31
HSL184.8º54.59%44.9%-
HSV(B)184.8º70.62%69.41%-
XYZ23.1731.5446.46-
YUV133.76152.469.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.13%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=13.13%
G=42.17%
B=44.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521671770.710.0600.31184.854.5944.9
Hex34A7B147601Fb9372d
Octal6424726110760372716755
Binary1101001010011110110001100011111001111110111001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,167,177); }

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

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

 a { background-color: rgb(52,167,177); }

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

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

 span { border-color: rgb(52,167,177); }

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