#349AC7

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

Shades of Pelorous #349AC7

Tints of Pelorous #349AC7

Color information

#349AC7 (or 0x349AC7) is unknown color: approx Pelorous. HEX triplet: 34, 9A and C7. RGB value is (52,154,199). Sum of RGB (Red+Green+Blue) = 52+154+199=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #349AC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349AC7 is #CB6538. Grayscale: #808080. Windows color (decimal): -13329721 or 13081140. OLE color: 13081140.

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

Color convert

RGB52154199-
CMYK0.740.2300.22
HSL198.37º58.57%49.22%-
HSV(B)198.37º73.87%78.04%-
XYZ23.2827.9658.2-
YUV128.63167.7173.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.84%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 199 (78.12% from 255) = 49.14%
R=12.84%
G=38.02%
B=49.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521541990.740.2300.22198.3758.5749.22
Hex349AC74A17016c63b31
Octal64232307112270263067361
Binary110100100110101100011110010101011101011011000110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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