Html Css Color HEX #329BAE Pelorous

📋 copy color: '#329BAE'

red 50 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #329BAE

Tints of Pelorous #329BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 13.19%
G = 40.9%
B = 45.91%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#329BAE (or 0x329BAE) is known color: Pelorous. HEX triplet: 32, 9B and AE. RGB value is (50,155,174). Sum of RGB (Red+Green+Blue) = 50+155+174=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #329BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329BAE is #CD6451. Grayscale: #7D7D7D. Windows color (decimal): -13460562 or 11442994. OLE color: 11442994.

HSL color Cylindrical-coordinate representation of color #329BAE: hue angle of 189.19º 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 #329BAE is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 155 174 -
CMYK 0.71 0.11 0 0.32
HSL 189.19º 0.55% 0.44% -
HSV(B) 189.19º 0.71% 0.68% -
XYZ 20.68 27.18 44.2 -
YUV 125.77 155.21 73.96 -
System Red Green Blue C M Y K H S L
Decimal 50 155 174 0.71 0.11 0 0.32 189.19 0.55 0.44
Hex 32 9B AE 47 B 0 20 BD 37 2C
Octal 62 233 256 107 13 0 40 275 67 54
Binary 110010 10011011 10101110 1000111 1011 0 100000 10111101 110111 101100

Color Harmonies of #329BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BAE

Black with #329BAE

Text Example


Text Example

White with #329BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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