Html Css Color HEX #329FBC Pelorous

📋 copy color: '#329FBC'

red 50 ◦ green 159 ◦ blue 188

#329FBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #329FBC

Tints of Pelorous #329FBC

RGB

 RED value IS 50 (19.92% from 255) = 12.59%

 GREEN value IS 159 (62.5% from 255) = 40.05%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 12.59%
G = 40.05%
B = 47.36%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#329FBC (or 0x329FBC) is known color: Pelorous. HEX triplet: 32, 9F and BC. RGB value is (50,159,188). Sum of RGB (Red+Green+Blue) = 50+159+188=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #329FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FBC is #CD6043. Grayscale: #818181. Windows color (decimal): -13459524 or 12361522. OLE color: 12361522.

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

Color convert

RGB 50 159 188 -
CMYK 0.73 0.15 0 0.26
HSL 192.61º 0.58% 0.47% -
HSV(B) 192.61º 0.73% 0.74% -
XYZ 22.79 29.11 51.99 -
YUV 129.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 50 159 188 0.73 0.15 0 0.26 192.61 0.58 0.47
Hex 32 9F BC 49 F 0 1A C1 3A 2F
Octal 62 237 274 111 17 0 32 301 72 57
Binary 110010 10011111 10111100 1001001 1111 0 11010 11000001 111010 101111

Color Harmonies of #329FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FBC

Black with #329FBC

Text Example


Text Example

White with #329FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #329FBC;
 }
 .AnyTagClassName
 {
   color: #329FBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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