Html Css Color HEX #329BC6 Pelorous

📋 copy color: '#329BC6'

red 50 ◦ green 155 ◦ blue 198

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

Shades of Pelorous #329BC6

Tints of Pelorous #329BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.13%

R = 12.41%
G = 38.46%
B = 49.13%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#329BC6 (or 0x329BC6) is known color: Pelorous. HEX triplet: 32, 9B and C6. RGB value is (50,155,198). Sum of RGB (Red+Green+Blue) = 50+155+198=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #329BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BC6 is #CD6439. Grayscale: #808080. Windows color (decimal): -13460538 or 13015858. OLE color: 13015858.

HSL color Cylindrical-coordinate representation of color #329BC6: hue angle of 197.43º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329BC6 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 155 198 -
CMYK 0.75 0.22 0 0.22
HSL 197.43º 0.6% 0.49% -
HSV(B) 197.43º 0.75% 0.78% -
XYZ 23.23 28.2 57.64 -
YUV 128.51 167.21 72 -
System Red Green Blue C M Y K H S L
Decimal 50 155 198 0.75 0.22 0 0.22 197.43 0.6 0.49
Hex 32 9B C6 4B 16 0 16 C5 3C 31
Octal 62 233 306 113 26 0 26 305 74 61
Binary 110010 10011011 11000110 1001011 10110 0 10110 11000101 111100 110001

Color Harmonies of #329BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BC6

Black with #329BC6

Text Example


Text Example

White with #329BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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