#349AC5

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

Shades of Pelorous #349AC5

Tints of Pelorous #349AC5

Color information

#349AC5 (or 0x349AC5) is unknown color: approx Pelorous. HEX triplet: 34, 9A and C5. RGB value is (52,154,197). Sum of RGB (Red+Green+Blue) = 52+154+197=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #349AC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349AC5 is #CB653A. Grayscale: #808080. Windows color (decimal): -13329723 or 12950068. OLE color: 12950068.

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

Color convert

RGB52154197-
CMYK0.740.2200.23
HSL197.79º58.23%48.82%-
HSV(B)197.79º73.6%77.25%-
XYZ23.0527.8756.99-
YUV128.4166.7173.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.90%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 197 (77.34% from 255) = 48.88%
R=12.90%
G=38.21%
B=48.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521541970.740.2200.23197.7958.2348.82
Hex349AC54A16017c63a31
Octal64232305112260273067261
Binary110100100110101100010110010101011001011111000110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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