Html Css Color HEX #329FAA Pelorous

📋 copy color: '#329FAA'

red 50 ◦ green 159 ◦ blue 170

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

Shades of Pelorous #329FAA

Tints of Pelorous #329FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.95%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 13.19%
G = 41.95%
B = 44.85%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#329FAA (or 0x329FAA) is known color: Pelorous. HEX triplet: 32, 9F and AA. RGB value is (50,159,170). Sum of RGB (Red+Green+Blue) = 50+159+170=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #329FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329FAA is #CD6055. Grayscale: #7F7F7F. Windows color (decimal): -13459542 or 11181874. OLE color: 11181874.

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

Color convert

RGB 50 159 170 -
CMYK 0.71 0.06 0 0.33
HSL 185.5º 0.55% 0.43% -
HSV(B) 185.5º 0.71% 0.67% -
XYZ 20.97 28.38 42.4 -
YUV 127.66 151.89 72.61 -
System Red Green Blue C M Y K H S L
Decimal 50 159 170 0.71 0.06 0 0.33 185.5 0.55 0.43
Hex 32 9F AA 47 6 0 21 BA 37 2B
Octal 62 237 252 107 6 0 41 272 67 53
Binary 110010 10011111 10101010 1000111 110 0 100001 10111010 110111 101011

Color Harmonies of #329FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FAA

Black with #329FAA

Text Example


Text Example

White with #329FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,159,170); }

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

background-color css

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

 a { background-color: rgb(50,159,170); }

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

border-color css

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

 span { border-color: rgb(50,159,170); }

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