#34A0BF

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

Shades of Pelorous #34A0BF

Tints of Pelorous #34A0BF

Color information

#34A0BF (or 0x34A0BF) is unknown color: approx Pelorous. HEX triplet: 34, A0 and BF. RGB value is (52,160,191). Sum of RGB (Red+Green+Blue) = 52+160+191=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #34A0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A0BF is #CB5F40. Grayscale: #838383. Windows color (decimal): -13328193 or 12558388. OLE color: 12558388.

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

Color convert

RGB52160191-
CMYK0.730.1600.25
HSL193.38º57.2%47.65%-
HSV(B)193.38º72.77%74.9%-
XYZ23.3929.6353.78-
YUV131.24161.7271.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.90%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 191 (75% from 255) = 47.39%
R=12.90%
G=39.70%
B=47.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521601910.730.1600.25193.3857.247.65
Hex34A0BF4910019c13930
Octal64240277111200313017160
Binary110100101000001011111110010011000001100111000001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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