#349EC7

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

Shades of Pelorous #349EC7

Tints of Pelorous #349EC7

Color information

#349EC7 (or 0x349EC7) is unknown color: approx Pelorous. HEX triplet: 34, 9E and C7. RGB value is (52,158,199). Sum of RGB (Red+Green+Blue) = 52+158+199=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #349EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EC7 is #CB6138. Grayscale: #828282. Windows color (decimal): -13328697 or 13082164. OLE color: 13082164.

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

Color convert

RGB52158199-
CMYK0.740.2100.22
HSL196.73º58.57%49.22%-
HSV(B)196.73º73.87%78.04%-
XYZ23.9529.3158.43-
YUV130.98166.3871.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.71%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 199 (78.12% from 255) = 48.66%
R=12.71%
G=38.63%
B=48.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521581990.740.2100.22196.7358.5749.22
Hex349EC74A15016c53b31
Octal64236307112250263057361
Binary110100100111101100011110010101010101011011000101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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