#34A4BF

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

Shades of Pelorous #34A4BF

Tints of Pelorous #34A4BF

Color information

#34A4BF (or 0x34A4BF) is unknown color: approx Pelorous. HEX triplet: 34, A4 and BF. RGB value is (52,164,191). Sum of RGB (Red+Green+Blue) = 52+164+191=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #34A4BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A4BF is #CB5B40. Grayscale: #858585. Windows color (decimal): -13327169 or 12559412. OLE color: 12559412.

HSL color Cylindrical-coordinate representation of color #34A4BF: hue angle of 191.65º 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 #34A4BF is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52164191-
CMYK0.730.1400.25
HSL191.65º57.2%47.65%-
HSV(B)191.65º72.77%74.9%-
XYZ24.131.0454.01-
YUV133.59160.3969.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.78%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 191 (75% from 255) = 46.93%
R=12.78%
G=40.29%
B=46.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521641910.730.1400.25191.6557.247.65
Hex34A4BF49E019c03930
Octal64244277111160313007160
Binary11010010100100101111111001001111001100111000000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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