#349FAF

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

Shades of Pelorous #349FAF

Tints of Pelorous #349FAF

Color information

#349FAF (or 0x349FAF) is unknown color: approx Pelorous. HEX triplet: 34, 9F and AF. RGB value is (52,159,175). Sum of RGB (Red+Green+Blue) = 52+159+175=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #349FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349FAF is #CB6050. Grayscale: #808080. Windows color (decimal): -13328465 or 11509556. OLE color: 11509556.

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

Color convert

RGB52159175-
CMYK0.700.0900.31
HSL187.8º54.19%44.51%-
HSV(B)187.8º70.29%68.63%-
XYZ21.5528.6244.95-
YUV128.83154.0573.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.47%
GREEN value IS 159 (62.5% from 255) = 41.19%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=13.47%
G=41.19%
B=45.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521591750.700.0900.31187.854.1944.51
Hex349FAF46901Fbc362d
Octal64237257106110372746655
Binary11010010011111101011111000110100101111110111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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