#349AC6

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

Shades of Pelorous #349AC6

Tints of Pelorous #349AC6

Color information

#349AC6 (or 0x349AC6) is unknown color: approx Pelorous. HEX triplet: 34, 9A and C6. RGB value is (52,154,198). Sum of RGB (Red+Green+Blue) = 52+154+198=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #349AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349AC6 is #CB6539. Grayscale: #808080. Windows color (decimal): -13329722 or 13015604. OLE color: 13015604.

HSL color Cylindrical-coordinate representation of color #349AC6: hue angle of 198.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349AC6 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB52154198-
CMYK0.740.2200.22
HSL198.08º58.4%49.02%-
HSV(B)198.08º73.74%77.65%-
XYZ23.1627.9257.59-
YUV128.52167.2173.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.87%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 198 (77.73% from 255) = 49.01%
R=12.87%
G=38.12%
B=49.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521541980.740.2200.22198.0858.449.02
Hex349AC64A16016c63a31
Octal64232306112260263067261
Binary110100100110101100011010010101011001011011000110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,154,198); }

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

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

 a { background-color: rgb(52,154,198); }

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

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

 span { border-color: rgb(52,154,198); }

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