#349EAE

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

Shades of Pelorous #349EAE

Tints of Pelorous #349EAE

Color information

#349EAE (or 0x349EAE) is unknown color: approx Pelorous. HEX triplet: 34, 9E and AE. RGB value is (52,158,174). Sum of RGB (Red+Green+Blue) = 52+158+174=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #349EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349EAE is #CB6151. Grayscale: #7F7F7F. Windows color (decimal): -13328722 or 11443764. OLE color: 11443764.

HSL color Cylindrical-coordinate representation of color #349EAE: hue angle of 187.87º 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 #349EAE is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB52158174-
CMYK0.700.0900.32
HSL187.87º53.98%44.31%-
HSV(B)187.87º70.11%68.24%-
XYZ21.2828.2444.37-
YUV128.13153.8873.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.54%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=13.54%
G=41.15%
B=45.31%

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
Decimal521581740.700.0900.32187.8753.9844.31
Hex349EAE469020bc362c
Octal64236256106110402746654
Binary110100100111101010111010001101001010000010111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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