Html Css Color HEX #329AAB Pelorous

📋 copy color: '#329AAB'

red 50 ◦ green 154 ◦ blue 171

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

Shades of Pelorous #329AAB

Tints of Pelorous #329AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 13.33%
G = 41.07%
B = 45.6%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#329AAB (or 0x329AAB) is known color: Pelorous. HEX triplet: 32, 9A and AB. RGB value is (50,154,171). Sum of RGB (Red+Green+Blue) = 50+154+171=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #329AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329AAB is #CD6554. Grayscale: #7C7C7C. Windows color (decimal): -13460821 or 11246130. OLE color: 11246130.

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

Color convert

RGB 50 154 171 -
CMYK 0.71 0.10 0 0.33
HSL 188.43º 0.55% 0.43% -
HSV(B) 188.43º 0.71% 0.67% -
XYZ 20.22 26.73 42.62 -
YUV 124.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 50 154 171 0.71 0.10 0 0.33 188.43 0.55 0.43
Hex 32 9A AB 47 A 0 21 BC 37 2B
Octal 62 232 253 107 12 0 41 274 67 53
Binary 110010 10011010 10101011 1000111 1010 0 100001 10111100 110111 101011

Color Harmonies of #329AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329AAB

Black with #329AAB

Text Example


Text Example

White with #329AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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