Html Css Color HEX #329AAD Pelorous

📋 copy color: '#329AAD'

red 50 ◦ green 154 ◦ blue 173

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

Shades of Pelorous #329AAD

Tints of Pelorous #329AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 13.26%
G = 40.85%
B = 45.89%

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

#329AAD (or 0x329AAD) is known color: Pelorous. HEX triplet: 32, 9A and AD. RGB value is (50,154,173). Sum of RGB (Red+Green+Blue) = 50+154+173=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #329AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329AAD is #CD6552. Grayscale: #7C7C7C. Windows color (decimal): -13460819 or 11377202. OLE color: 11377202.

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

Color convert

RGB 50 154 173 -
CMYK 0.71 0.11 0 0.32
HSL 189.27º 0.55% 0.44% -
HSV(B) 189.27º 0.71% 0.68% -
XYZ 20.41 26.81 43.63 -
YUV 125.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 50 154 173 0.71 0.11 0 0.32 189.27 0.55 0.44
Hex 32 9A AD 47 B 0 20 BD 37 2C
Octal 62 232 255 107 13 0 40 275 67 54
Binary 110010 10011010 10101101 1000111 1011 0 100000 10111101 110111 101100

Color Harmonies of #329AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329AAD

Black with #329AAD

Text Example


Text Example

White with #329AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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