#329bc1

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

Shades of Pelorous #329BC1

Tints of Pelorous #329BC1

Color information

#329BC1 (or 0x329BC1) is unknown color: approx Pelorous. HEX triplet: 32, 9B and C1. RGB value is (50,155,193). Sum of RGB (Red+Green+Blue) = 50+155+193=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #329BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BC1 is #CD643E. Grayscale: #7F7F7F. Windows color (decimal): -13460543 or 12688178. OLE color: 12688178.

HSL color Cylindrical-coordinate representation of color #329BC1: hue angle of 195.94º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329BC1 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB50155193-
CMYK0.740.2000.24
HSL195.94º58.85%47.65%-
HSV(B)195.94º74.09%75.69%-
XYZ22.6627.9754.66-
YUV127.94164.7172.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.56%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=12.56%
G=38.94%
B=48.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501551930.740.2000.24195.9458.8547.65
Hex329BC14A14018c43b30
Octal62233301112240303047360
Binary110010100110111100000110010101010001100011000100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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