#349EB5

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

Shades of Pelorous #349EB5

Tints of Pelorous #349EB5

Color information

#349EB5 (or 0x349EB5) is unknown color: approx Pelorous. HEX triplet: 34, 9E and B5. RGB value is (52,158,181). Sum of RGB (Red+Green+Blue) = 52+158+181=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #349EB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EB5 is #CB614A. Grayscale: #808080. Windows color (decimal): -13328715 or 11902516. OLE color: 11902516.

HSL color Cylindrical-coordinate representation of color #349EB5: hue angle of 190.7º 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 #349EB5 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB52158181-
CMYK0.710.1300.29
HSL190.7º55.36%45.69%-
HSV(B)190.7º71.27%70.98%-
XYZ21.9828.5248.06-
YUV128.93157.3873.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.30%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 181 (71.09% from 255) = 46.29%
R=13.30%
G=40.41%
B=46.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521581810.710.1300.29190.755.3645.69
Hex349EB547D01Dbf372e
Octal64236265107150352776756
Binary11010010011110101101011000111110101110110111111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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