#349BBB

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

Shades of Pelorous #349BBB

Tints of Pelorous #349BBB

Color information

#349BBB (or 0x349BBB) is unknown color: approx Pelorous. HEX triplet: 34, 9B and BB. RGB value is (52,155,187). Sum of RGB (Red+Green+Blue) = 52+155+187=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #349BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BBB is #CB6444. Grayscale: #7F7F7F. Windows color (decimal): -13329477 or 12294964. OLE color: 12294964.

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

Color convert

RGB52155187-
CMYK0.720.1700.27
HSL194.22º56.49%46.86%-
HSV(B)194.22º72.19%73.33%-
XYZ22.1127.7651.21-
YUV127.85161.3873.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.20%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=13.20%
G=39.34%
B=47.46%

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
Decimal521551870.720.1700.27194.2256.4946.86
Hex349BBB481101Bc2382f
Octal64233273110210333027057
Binary110100100110111011101110010001000101101111000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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