Html Css Color HEX #329CC3 Pelorous

📋 copy color: '#329CC3'

red 50 ◦ green 156 ◦ blue 195

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

Shades of Pelorous #329CC3

Tints of Pelorous #329CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.63%

R = 12.47%
G = 38.9%
B = 48.63%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#329CC3 (or 0x329CC3) is known color: Pelorous. HEX triplet: 32, 9C and C3. RGB value is (50,156,195). Sum of RGB (Red+Green+Blue) = 50+156+195=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #329CC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CC3 is #CD633C. Grayscale: #808080. Windows color (decimal): -13460285 or 12819506. OLE color: 12819506.

HSL color Cylindrical-coordinate representation of color #329CC3: hue angle of 196.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329CC3 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 156 195 -
CMYK 0.74 0.20 0 0.24
HSL 196.14º 0.59% 0.48% -
HSV(B) 196.14º 0.74% 0.76% -
XYZ 23.05 28.4 55.9 -
YUV 128.75 165.38 71.83 -
System Red Green Blue C M Y K H S L
Decimal 50 156 195 0.74 0.20 0 0.24 196.14 0.59 0.48
Hex 32 9C C3 4A 14 0 18 C4 3B 30
Octal 62 234 303 112 24 0 30 304 73 60
Binary 110010 10011100 11000011 1001010 10100 0 11000 11000100 111011 110000

Color Harmonies of #329CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CC3

Black with #329CC3

Text Example


Text Example

White with #329CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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