#349CAD

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

Shades of Pelorous #349CAD

Tints of Pelorous #349CAD

Color information

#349CAD (or 0x349CAD) is unknown color: approx Pelorous. HEX triplet: 34, 9C and AD. RGB value is (52,156,173). Sum of RGB (Red+Green+Blue) = 52+156+173=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #349CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349CAD is #CB6352. Grayscale: #7E7E7E. Windows color (decimal): -13329235 or 11377716. OLE color: 11377716.

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

Color convert

RGB52156173-
CMYK0.700.1000.32
HSL188.43º53.78%44.12%-
HSV(B)188.43º69.94%67.84%-
XYZ20.8527.5243.75-
YUV126.84154.0474.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.65%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=13.65%
G=40.94%
B=45.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521561730.700.1000.32188.4353.7844.12
Hex349CAD46A020bc362c
Octal64234255106120402746654
Binary110100100111001010110110001101010010000010111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,156,173); }

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

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

 a { background-color: rgb(52,156,173); }

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

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

 span { border-color: rgb(52,156,173); }

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