Html Css Color HEX #329BAC Pelorous

📋 copy color: '#329BAC'

red 50 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #329BAC

Tints of Pelorous #329BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 13.26%
G = 41.11%
B = 45.62%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#329BAC (or 0x329BAC) is known color: Pelorous. HEX triplet: 32, 9B and AC. RGB value is (50,155,172). Sum of RGB (Red+Green+Blue) = 50+155+172=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #329BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329BAC is #CD6453. Grayscale: #7D7D7D. Windows color (decimal): -13460564 or 11311922. OLE color: 11311922.

HSL color Cylindrical-coordinate representation of color #329BAC: hue angle of 188.36º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #329BAC is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 155 172 -
CMYK 0.71 0.10 0 0.33
HSL 188.36º 0.55% 0.44% -
HSV(B) 188.36º 0.71% 0.67% -
XYZ 20.48 27.1 43.18 -
YUV 125.54 154.21 74.12 -
System Red Green Blue C M Y K H S L
Decimal 50 155 172 0.71 0.10 0 0.33 188.36 0.55 0.44
Hex 32 9B AC 47 A 0 21 BC 37 2C
Octal 62 233 254 107 12 0 41 274 67 54
Binary 110010 10011011 10101100 1000111 1010 0 100001 10111100 110111 101100

Color Harmonies of #329BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BAC

Black with #329BAC

Text Example


Text Example

White with #329BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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