Html Css Color HEX #329BC9 Pelorous

📋 copy color: '#329BC9'

red 50 ◦ green 155 ◦ blue 201

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

Shades of Pelorous #329BC9

Tints of Pelorous #329BC9

RGB

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

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

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

R = 12.32%
G = 38.18%
B = 49.51%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#329BC9 (or 0x329BC9) is known color: Pelorous. HEX triplet: 32, 9B and C9. RGB value is (50,155,201). Sum of RGB (Red+Green+Blue) = 50+155+201=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #329BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BC9 is #CD6436. Grayscale: #808080. Windows color (decimal): -13460535 or 13212466. OLE color: 13212466.

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

Color convert

RGB 50 155 201 -
CMYK 0.75 0.23 0 0.21
HSL 198.28º 0.6% 0.49% -
HSV(B) 198.28º 0.75% 0.79% -
XYZ 23.58 28.34 59.49 -
YUV 128.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 50 155 201 0.75 0.23 0 0.21 198.28 0.6 0.49
Hex 32 9B C9 4B 17 0 15 C6 3C 31
Octal 62 233 311 113 27 0 25 306 74 61
Binary 110010 10011011 11001001 1001011 10111 0 10101 11000110 111100 110001

Color Harmonies of #329BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BC9

Black with #329BC9

Text Example


Text Example

White with #329BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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