#349EAF

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

Shades of Pelorous #349EAF

Tints of Pelorous #349EAF

Color information

#349EAF (or 0x349EAF) is unknown color: approx Pelorous. HEX triplet: 34, 9E and AF. RGB value is (52,158,175). Sum of RGB (Red+Green+Blue) = 52+158+175=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #349EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349EAF is #CB6150. Grayscale: #808080. Windows color (decimal): -13328721 or 11509300. OLE color: 11509300.

HSL color Cylindrical-coordinate representation of color #349EAF: hue angle of 188.29º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #349EAF is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB52158175-
CMYK0.700.1000.31
HSL188.29º54.19%44.51%-
HSV(B)188.29º70.29%68.63%-
XYZ21.3828.2844.89-
YUV128.24154.3873.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.51%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=13.51%
G=41.04%
B=45.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521581750.700.1000.31188.2954.1944.51
Hex349EAF46A01Fbc362d
Octal64236257106120372746655
Binary11010010011110101011111000110101001111110111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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