#34A5BE

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

Shades of Pelorous #34A5BE

Tints of Pelorous #34A5BE

Color information

#34A5BE (or 0x34A5BE) is unknown color: approx Pelorous. HEX triplet: 34, A5 and BE. RGB value is (52,165,190). Sum of RGB (Red+Green+Blue) = 52+165+190=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #34A5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A5BE is #CB5A41. Grayscale: #858585. Windows color (decimal): -13326914 or 12494132. OLE color: 12494132.

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

Color convert

RGB52165190-
CMYK0.730.1300.25
HSL190.87º57.02%47.45%-
HSV(B)190.87º72.63%74.51%-
XYZ24.1731.3653.49-
YUV134.06159.5669.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.78%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=12.78%
G=40.54%
B=46.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521651900.730.1300.25190.8757.0247.45
Hex34A5BE49D019bf392f
Octal64245276111150312777157
Binary11010010100101101111101001001110101100110111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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