#349FAE

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

Shades of Pelorous #349FAE

Tints of Pelorous #349FAE

Color information

#349FAE (or 0x349FAE) is unknown color: approx Pelorous. HEX triplet: 34, 9F and AE. RGB value is (52,159,174). Sum of RGB (Red+Green+Blue) = 52+159+174=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #349FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349FAE is #CB6051. Grayscale: #808080. Windows color (decimal): -13328466 or 11444020. OLE color: 11444020.

HSL color Cylindrical-coordinate representation of color #349FAE: hue angle of 187.38º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #349FAE is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB52159174-
CMYK0.700.0900.32
HSL187.38º53.98%44.31%-
HSV(B)187.38º70.11%68.24%-
XYZ21.4528.5844.43-
YUV128.72153.5573.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.51%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=13.51%
G=41.30%
B=45.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521591740.700.0900.32187.3853.9844.31
Hex349FAE469020bb362c
Octal64237256106110402736654
Binary110100100111111010111010001101001010000010111011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349FAE; }

 p { color: rgb(52,159,174); }

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

<style>
 a { background-color: #349FAE; }

 a { background-color: rgb(52,159,174); }

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

<style>
 span { border-color: #349FAE; }

 span { border-color: rgb(52,159,174); }

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