Html Css Color HEX #329BAF Pelorous

📋 copy color: '#329BAF'

red 50 ◦ green 155 ◦ blue 175

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

Shades of Pelorous #329BAF

Tints of Pelorous #329BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 13.16%
G = 40.79%
B = 46.05%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#329BAF (or 0x329BAF) is known color: Pelorous. HEX triplet: 32, 9B and AF. RGB value is (50,155,175). Sum of RGB (Red+Green+Blue) = 50+155+175=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #329BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329BAF is #CD6450. Grayscale: #7D7D7D. Windows color (decimal): -13460561 or 11508530. OLE color: 11508530.

HSL color Cylindrical-coordinate representation of color #329BAF: hue angle of 189.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #329BAF is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 155 175 -
CMYK 0.71 0.11 0 0.31
HSL 189.6º 0.56% 0.44% -
HSV(B) 189.6º 0.71% 0.69% -
XYZ 20.77 27.22 44.72 -
YUV 125.89 155.71 73.87 -
System Red Green Blue C M Y K H S L
Decimal 50 155 175 0.71 0.11 0 0.31 189.6 0.56 0.44
Hex 32 9B AF 47 B 0 1F BE 38 2C
Octal 62 233 257 107 13 0 37 276 70 54
Binary 110010 10011011 10101111 1000111 1011 0 11111 10111110 111000 101100

Color Harmonies of #329BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BAF

Black with #329BAF

Text Example


Text Example

White with #329BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,155,175); }

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

background-color css

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

 a { background-color: rgb(50,155,175); }

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

border-color css

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

 span { border-color: rgb(50,155,175); }

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