#349DAA

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

Shades of Pelorous #349DAA

Tints of Pelorous #349DAA

Color information

#349DAA (or 0x349DAA) is unknown color: approx Pelorous. HEX triplet: 34, 9D and AA. RGB value is (52,157,170). Sum of RGB (Red+Green+Blue) = 52+157+170=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #349DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349DAA is #CB6255. Grayscale: #7E7E7E. Windows color (decimal): -13328982 or 11181364. OLE color: 11181364.

HSL color Cylindrical-coordinate representation of color #349DAA: hue angle of 186.61º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #349DAA is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52157170-
CMYK0.690.0800.33
HSL186.61º53.15%43.53%-
HSV(B)186.61º69.41%66.67%-
XYZ20.7327.7542.29-
YUV127.09152.2174.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.72%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=13.72%
G=41.42%
B=44.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521571700.690.0800.33186.6153.1543.53
Hex349DAA458021bb352c
Octal64235252105100412736554
Binary110100100111011010101010001011000010000110111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,157,170); }

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

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

 a { background-color: rgb(52,157,170); }

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

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

 span { border-color: rgb(52,157,170); }

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