Html Css Color HEX #329EAA Pelorous

📋 copy color: '#329EAA'

red 50 ◦ green 158 ◦ blue 170

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

Shades of Pelorous #329EAA

Tints of Pelorous #329EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

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

R = 13.23%
G = 41.8%
B = 44.97%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#329EAA (or 0x329EAA) is known color: Pelorous. HEX triplet: 32, 9E and AA. RGB value is (50,158,170). Sum of RGB (Red+Green+Blue) = 50+158+170=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #329EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329EAA is #CD6155. Grayscale: #7E7E7E. Windows color (decimal): -13459798 or 11181618. OLE color: 11181618.

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

Color convert

RGB 50 158 170 -
CMYK 0.71 0.07 0 0.33
HSL 186º 0.55% 0.43% -
HSV(B) 186º 0.71% 0.67% -
XYZ 20.8 28.03 42.35 -
YUV 127.08 152.22 73.02 -
System Red Green Blue C M Y K H S L
Decimal 50 158 170 0.71 0.07 0 0.33 186 0.55 0.43
Hex 32 9E AA 47 7 0 21 BA 37 2B
Octal 62 236 252 107 7 0 41 272 67 53
Binary 110010 10011110 10101010 1000111 111 0 100001 10111010 110111 101011

Color Harmonies of #329EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EAA

Black with #329EAA

Text Example


Text Example

White with #329EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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