#349FC6

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

Shades of Pelorous #349FC6

Tints of Pelorous #349FC6

Color information

#349FC6 (or 0x349FC6) is unknown color: approx Pelorous. HEX triplet: 34, 9F and C6. RGB value is (52,159,198). Sum of RGB (Red+Green+Blue) = 52+159+198=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #349FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FC6 is #CB6039. Grayscale: #838383. Windows color (decimal): -13328442 or 13016884. OLE color: 13016884.

HSL color Cylindrical-coordinate representation of color #349FC6: hue angle of 196.03º 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 #349FC6 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB52159198-
CMYK0.740.2000.22
HSL196.03º58.4%49.02%-
HSV(B)196.03º73.74%77.65%-
XYZ24.0129.657.87-
YUV131.45165.5571.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.71%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 198 (77.73% from 255) = 48.41%
R=12.71%
G=38.88%
B=48.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521591980.740.2000.22196.0358.449.02
Hex349FC64A14016c43a31
Octal64237306112240263047261
Binary110100100111111100011010010101010001011011000100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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