#34a0b9

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

Shades of Pelorous #34A0B9

Tints of Pelorous #34A0B9

Color information

#34A0B9 (or 0x34A0B9) is unknown color: approx Pelorous. HEX triplet: 34, A0 and B9. RGB value is (52,160,185). Sum of RGB (Red+Green+Blue) = 52+160+185=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #34A0B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A0B9 is #CB5F46. Grayscale: #828282. Windows color (decimal): -13328199 or 12165172. OLE color: 12165172.

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

Color convert

RGB52160185-
CMYK0.720.1400.27
HSL191.28º56.12%46.47%-
HSV(B)191.28º71.89%72.55%-
XYZ22.7429.3750.37-
YUV130.56158.7271.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.10%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 185 (72.66% from 255) = 46.60%
R=13.10%
G=40.30%
B=46.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521601850.720.1400.27191.2856.1246.47
Hex34A0B948E01Bbf382e
Octal64240271110160332777056
Binary11010010100000101110011001000111001101110111111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34a0b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,160,185); }

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

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

 a { background-color: rgb(52,160,185); }

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

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

 span { border-color: rgb(52,160,185); }

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