Html Css Color HEX #329BAD Pelorous

📋 copy color: '#329BAD'

red 50 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #329BAD

Tints of Pelorous #329BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 13.23%
G = 41.01%
B = 45.77%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#329BAD (or 0x329BAD) is known color: Pelorous. HEX triplet: 32, 9B and AD. RGB value is (50,155,173). Sum of RGB (Red+Green+Blue) = 50+155+173=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #329BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329BAD is #CD6452. Grayscale: #7D7D7D. Windows color (decimal): -13460563 or 11377458. OLE color: 11377458.

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

Color convert

RGB 50 155 173 -
CMYK 0.71 0.10 0 0.32
HSL 188.78º 0.55% 0.44% -
HSV(B) 188.78º 0.71% 0.68% -
XYZ 20.58 27.14 43.69 -
YUV 125.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 50 155 173 0.71 0.10 0 0.32 188.78 0.55 0.44
Hex 32 9B AD 47 A 0 20 BD 37 2C
Octal 62 233 255 107 12 0 40 275 67 54
Binary 110010 10011011 10101101 1000111 1010 0 100000 10111101 110111 101100

Color Harmonies of #329BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BAD

Black with #329BAD

Text Example


Text Example

White with #329BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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