#34A3BE

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

Shades of Pelorous #34A3BE

Tints of Pelorous #34A3BE

Color information

#34A3BE (or 0x34A3BE) is unknown color: approx Pelorous. HEX triplet: 34, A3 and BE. RGB value is (52,163,190). Sum of RGB (Red+Green+Blue) = 52+163+190=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #34A3BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A3BE is #CB5C41. Grayscale: #848484. Windows color (decimal): -13327426 or 12493620. OLE color: 12493620.

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

Color convert

RGB52163190-
CMYK0.730.1400.25
HSL191.74º57.02%47.45%-
HSV(B)191.74º72.63%74.51%-
XYZ23.8130.6453.37-
YUV132.89160.2370.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.84%
GREEN value IS 163 (64.06% from 255) = 40.25%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=12.84%
G=40.25%
B=46.91%

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
Decimal521631900.730.1400.25191.7457.0247.45
Hex34A3BE49E019c0392f
Octal64243276111160313007157
Binary11010010100011101111101001001111001100111000000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,163,190); }

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

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

 a { background-color: rgb(52,163,190); }

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

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

 span { border-color: rgb(52,163,190); }

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