Html Css Color HEX #329CC8 Pelorous

📋 copy color: '#329CC8'

red 50 ◦ green 156 ◦ blue 200

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

Shades of Pelorous #329CC8

Tints of Pelorous #329CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.26%

R = 12.32%
G = 38.42%
B = 49.26%

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

#329CC8 (or 0x329CC8) is known color: Pelorous. HEX triplet: 32, 9C and C8. RGB value is (50,156,200). Sum of RGB (Red+Green+Blue) = 50+156+200=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #329CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CC8 is #CD6337. Grayscale: #818181. Windows color (decimal): -13460280 or 13147186. OLE color: 13147186.

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

Color convert

RGB 50 156 200 -
CMYK 0.75 0.22 0 0.22
HSL 197.6º 0.6% 0.49% -
HSV(B) 197.6º 0.75% 0.78% -
XYZ 23.63 28.63 58.92 -
YUV 129.32 167.88 71.42 -
System Red Green Blue C M Y K H S L
Decimal 50 156 200 0.75 0.22 0 0.22 197.6 0.6 0.49
Hex 32 9C C8 4B 16 0 16 C6 3C 31
Octal 62 234 310 113 26 0 26 306 74 61
Binary 110010 10011100 11001000 1001011 10110 0 10110 11000110 111100 110001

Color Harmonies of #329CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CC8

Black with #329CC8

Text Example


Text Example

White with #329CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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