#349CB5

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

Shades of Pelorous #349CB5

Tints of Pelorous #349CB5

Color information

#349CB5 (or 0x349CB5) is unknown color: approx Pelorous. HEX triplet: 34, 9C and B5. RGB value is (52,156,181). Sum of RGB (Red+Green+Blue) = 52+156+181=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #349CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349CB5 is #CB634A. Grayscale: #7F7F7F. Windows color (decimal): -13329227 or 11902004. OLE color: 11902004.

HSL color Cylindrical-coordinate representation of color #349CB5: hue angle of 191.63º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #349CB5 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB52156181-
CMYK0.710.1400.29
HSL191.63º55.36%45.69%-
HSV(B)191.63º71.27%70.98%-
XYZ21.6527.8447.95-
YUV127.75158.0473.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.37%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 181 (71.09% from 255) = 46.53%
R=13.37%
G=40.10%
B=46.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521561810.710.1400.29191.6355.3645.69
Hex349CB547E01Dc0372e
Octal64234265107160353006756
Binary11010010011100101101011000111111001110111000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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