#349ab9

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

Shades of Pelorous #349AB9

Tints of Pelorous #349AB9

Color information

#349AB9 (or 0x349AB9) is unknown color: approx Pelorous. HEX triplet: 34, 9A and B9. RGB value is (52,154,185). Sum of RGB (Red+Green+Blue) = 52+154+185=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #349AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349AB9 is #CB6546. Grayscale: #7E7E7E. Windows color (decimal): -13329735 or 12163636. OLE color: 12163636.

HSL color Cylindrical-coordinate representation of color #349AB9: hue angle of 193.98º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #349AB9 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52154185-
CMYK0.720.1700.27
HSL193.98º56.12%46.47%-
HSV(B)193.98º71.89%72.55%-
XYZ21.7327.3450.03-
YUV127.04160.7174.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.30%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=13.30%
G=39.39%
B=47.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521541850.720.1700.27193.9856.1246.47
Hex349AB9481101Bc2382e
Octal64232271110210333027056
Binary110100100110101011100110010001000101101111000010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349ab9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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