#349AAC

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

Shades of Pelorous #349AAC

Tints of Pelorous #349AAC

Color information

#349AAC (or 0x349AAC) is unknown color: approx Pelorous. HEX triplet: 34, 9A and AC. RGB value is (52,154,172). Sum of RGB (Red+Green+Blue) = 52+154+172=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #349AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349AAC is #CB6553. Grayscale: #7D7D7D. Windows color (decimal): -13329748 or 11311668. OLE color: 11311668.

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

Color convert

RGB52154172-
CMYK0.700.1000.33
HSL189º53.57%43.92%-
HSV(B)189º69.77%67.45%-
XYZ20.4226.8243.13-
YUV125.55154.2175.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.76%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=13.76%
G=40.74%
B=45.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521541720.700.1000.3318953.5743.92
Hex349AAC46A021bd362c
Octal64232254106120412756654
Binary110100100110101010110010001101010010000110111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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