#329BCA

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

Shades of Pelorous #329BCA

Tints of Pelorous #329BCA

Color information

#329BCA (or 0x329BCA) is unknown color: approx Pelorous. HEX triplet: 32, 9B and CA. RGB value is (50,155,202). Sum of RGB (Red+Green+Blue) = 50+155+202=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #329BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BCA is #CD6435. Grayscale: #808080. Windows color (decimal): -13460534 or 13278002. OLE color: 13278002.

HSL color Cylindrical-coordinate representation of color #329BCA: hue angle of 198.55º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329BCA is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50155202-
CMYK0.750.2300.21
HSL198.55º60.32%49.41%-
HSV(B)198.55º75.25%79.22%-
XYZ23.728.3960.11-
YUV128.96169.2171.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.29%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=12.29%
G=38.08%
B=49.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501552020.750.2300.21198.5560.3249.41
Hex329BCA4B17015c73c31
Octal62233312113270253077461
Binary110010100110111100101010010111011101010111000111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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