#34A2BB

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

Shades of Pelorous #34A2BB

Tints of Pelorous #34A2BB

Color information

#34A2BB (or 0x34A2BB) is unknown color: approx Pelorous. HEX triplet: 34, A2 and BB. RGB value is (52,162,187). Sum of RGB (Red+Green+Blue) = 52+162+187=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #34A2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A2BB is #CB5D44. Grayscale: #838383. Windows color (decimal): -13327685 or 12296756. OLE color: 12296756.

HSL color Cylindrical-coordinate representation of color #34A2BB: hue angle of 191.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34A2BB is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52162187-
CMYK0.720.1300.27
HSL191.11º56.49%46.86%-
HSV(B)191.11º72.19%73.33%-
XYZ23.3130.1651.61-
YUV131.96159.0670.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.97%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=12.97%
G=40.40%
B=46.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521621870.720.1300.27191.1156.4946.86
Hex34A2BB48D01Bbf382f
Octal64242273110150332777057
Binary11010010100010101110111001000110101101110111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,162,187); }

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

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

 a { background-color: rgb(52,162,187); }

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

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

 span { border-color: rgb(52,162,187); }

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