Html Css Color HEX #329DC9 Pelorous

📋 copy color: '#329DC9'

red 50 ◦ green 157 ◦ blue 201

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

Shades of Pelorous #329DC9

Tints of Pelorous #329DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 12.25%
G = 38.48%
B = 49.26%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#329DC9 (or 0x329DC9) is known color: Pelorous. HEX triplet: 32, 9D and C9. RGB value is (50,157,201). Sum of RGB (Red+Green+Blue) = 50+157+201=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #329DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DC9 is #CD6236. Grayscale: #818181. Windows color (decimal): -13460023 or 13212978. OLE color: 13212978.

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

Color convert

RGB 50 157 201 -
CMYK 0.75 0.22 0 0.21
HSL 197.48º 0.6% 0.49% -
HSV(B) 197.48º 0.75% 0.79% -
XYZ 23.91 29.01 59.6 -
YUV 130.02 168.05 70.92 -
System Red Green Blue C M Y K H S L
Decimal 50 157 201 0.75 0.22 0 0.21 197.48 0.6 0.49
Hex 32 9D C9 4B 16 0 15 C5 3C 31
Octal 62 235 311 113 26 0 25 305 74 61
Binary 110010 10011101 11001001 1001011 10110 0 10101 11000101 111100 110001

Color Harmonies of #329DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DC9

Black with #329DC9

Text Example


Text Example

White with #329DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,157,201); }

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

background-color css

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

 a { background-color: rgb(50,157,201); }

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

border-color css

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

 span { border-color: rgb(50,157,201); }

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