#329FBD

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

Shades of Pelorous #329FBD

Tints of Pelorous #329FBD

Color information

#329FBD (or 0x329FBD) is unknown color: approx Pelorous. HEX triplet: 32, 9F and BD. RGB value is (50,159,189). Sum of RGB (Red+Green+Blue) = 50+159+189=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #329FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FBD is #CD6042. Grayscale: #818181. Windows color (decimal): -13459523 or 12427058. OLE color: 12427058.

HSL color Cylindrical-coordinate representation of color #329FBD: hue angle of 192.95º 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 #329FBD is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB50159189-
CMYK0.740.1600.26
HSL192.95º58.16%46.86%-
HSV(B)192.95º73.54%74.12%-
XYZ22.929.1552.56-
YUV129.83161.3971.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.56%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=12.56%
G=39.95%
B=47.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501591890.740.1600.26192.9558.1646.86
Hex329FBD4A1001Ac13a2f
Octal62237275112200323017257
Binary110010100111111011110110010101000001101011000001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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