Html Css Color HEX #329CAD Pelorous

📋 copy color: '#329CAD'

red 50 ◦ green 156 ◦ blue 173

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

Shades of Pelorous #329CAD

Tints of Pelorous #329CAD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 13.19%
G = 41.16%
B = 45.65%

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

#329CAD (or 0x329CAD) is known color: Pelorous. HEX triplet: 32, 9C and AD. RGB value is (50,156,173). Sum of RGB (Red+Green+Blue) = 50+156+173=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #329CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329CAD is #CD6352. Grayscale: #7E7E7E. Windows color (decimal): -13460307 or 11377714. OLE color: 11377714.

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

Color convert

RGB 50 156 173 -
CMYK 0.71 0.10 0 0.32
HSL 188.29º 0.55% 0.44% -
HSV(B) 188.29º 0.71% 0.68% -
XYZ 20.75 27.47 43.74 -
YUV 126.24 154.38 73.62 -
System Red Green Blue C M Y K H S L
Decimal 50 156 173 0.71 0.10 0 0.32 188.29 0.55 0.44
Hex 32 9C AD 47 A 0 20 BC 37 2C
Octal 62 234 255 107 12 0 40 274 67 54
Binary 110010 10011100 10101101 1000111 1010 0 100000 10111100 110111 101100

Color Harmonies of #329CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CAD

Black with #329CAD

Text Example


Text Example

White with #329CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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