Html Css Color HEX #329CC6 Pelorous

📋 copy color: '#329CC6'

red 50 ◦ green 156 ◦ blue 198

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

Shades of Pelorous #329CC6

Tints of Pelorous #329CC6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

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

R = 12.38%
G = 38.61%
B = 49.01%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#329CC6 (or 0x329CC6) is known color: Pelorous. HEX triplet: 32, 9C and C6. RGB value is (50,156,198). Sum of RGB (Red+Green+Blue) = 50+156+198=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #329CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CC6 is #CD6339. Grayscale: #808080. Windows color (decimal): -13460282 or 13016114. OLE color: 13016114.

HSL color Cylindrical-coordinate representation of color #329CC6: hue angle of 197.03º 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 #329CC6 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 156 198 -
CMYK 0.75 0.21 0 0.22
HSL 197.03º 0.6% 0.49% -
HSV(B) 197.03º 0.75% 0.78% -
XYZ 23.4 28.53 57.7 -
YUV 129.09 166.88 71.58 -
System Red Green Blue C M Y K H S L
Decimal 50 156 198 0.75 0.21 0 0.22 197.03 0.6 0.49
Hex 32 9C C6 4B 15 0 16 C5 3C 31
Octal 62 234 306 113 25 0 26 305 74 61
Binary 110010 10011100 11000110 1001011 10101 0 10110 11000101 111100 110001

Color Harmonies of #329CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CC6

Black with #329CC6

Text Example


Text Example

White with #329CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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