#349BBF

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

Shades of Pelorous #349BBF

Tints of Pelorous #349BBF

Color information

#349BBF (or 0x349BBF) is unknown color: approx Pelorous. HEX triplet: 34, 9B and BF. RGB value is (52,155,191). Sum of RGB (Red+Green+Blue) = 52+155+191=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #349BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BBF is #CB6440. Grayscale: #808080. Windows color (decimal): -13329473 or 12557108. OLE color: 12557108.

HSL color Cylindrical-coordinate representation of color #349BBF: hue angle of 195.54º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #349BBF is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52155191-
CMYK0.730.1900.25
HSL195.54º57.2%47.65%-
HSV(B)195.54º72.77%74.9%-
XYZ22.5427.9353.49-
YUV128.31163.3873.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.07%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 191 (75% from 255) = 47.99%
R=13.07%
G=38.94%
B=47.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521551910.730.1900.25195.5457.247.65
Hex349BBF4913019c43930
Octal64233277111230313047160
Binary110100100110111011111110010011001101100111000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,155,191); }

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

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

 a { background-color: rgb(52,155,191); }

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

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

 span { border-color: rgb(52,155,191); }

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