#329BBD

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

Shades of Pelorous #329BBD

Tints of Pelorous #329BBD

Color information

#329BBD (or 0x329BBD) is unknown color: approx Pelorous. HEX triplet: 32, 9B and BD. RGB value is (50,155,189). Sum of RGB (Red+Green+Blue) = 50+155+189=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #329BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BBD is #CD6442. Grayscale: #7F7F7F. Windows color (decimal): -13460547 or 12426034. OLE color: 12426034.

HSL color Cylindrical-coordinate representation of color #329BBD: hue angle of 194.68º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329BBD is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB50155189-
CMYK0.740.1800.26
HSL194.68º58.16%46.86%-
HSV(B)194.68º73.54%74.12%-
XYZ22.2227.7952.34-
YUV127.48162.7172.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.69%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=12.69%
G=39.34%
B=47.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501551890.740.1800.26194.6858.1646.86
Hex329BBD4A1201Ac33a2f
Octal62233275112220323037257
Binary110010100110111011110110010101001001101011000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329BBD; }

 p { color: rgb(50,155,189); }

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

<style>
 a { background-color: #329BBD; }

 a { background-color: rgb(50,155,189); }

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

<style>
 span { border-color: #329BBD; }

 span { border-color: rgb(50,155,189); }

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