Html Css Color HEX #329FC5 Pelorous

📋 copy color: '#329FC5'

red 50 ◦ green 159 ◦ blue 197

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

Shades of Pelorous #329FC5

Tints of Pelorous #329FC5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.16%

 BLUE value IS 197 (77.34% from 255) = 48.52%

R = 12.32%
G = 39.16%
B = 48.52%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#329FC5 (or 0x329FC5) is known color: Pelorous. HEX triplet: 32, 9F and C5. RGB value is (50,159,197). Sum of RGB (Red+Green+Blue) = 50+159+197=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #329FC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FC5 is #CD603A. Grayscale: #828282. Windows color (decimal): -13459515 or 12951346. OLE color: 12951346.

HSL color Cylindrical-coordinate representation of color #329FC5: hue angle of 195.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329FC5 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 159 197 -
CMYK 0.75 0.19 0 0.23
HSL 195.51º 0.6% 0.48% -
HSV(B) 195.51º 0.75% 0.77% -
XYZ 23.79 29.51 57.26 -
YUV 130.74 165.39 70.41 -
System Red Green Blue C M Y K H S L
Decimal 50 159 197 0.75 0.19 0 0.23 195.51 0.6 0.48
Hex 32 9F C5 4B 13 0 17 C4 3C 30
Octal 62 237 305 113 23 0 27 304 74 60
Binary 110010 10011111 11000101 1001011 10011 0 10111 11000100 111100 110000

Color Harmonies of #329FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FC5

Black with #329FC5

Text Example


Text Example

White with #329FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,159,197); }

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

background-color css

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

 a { background-color: rgb(50,159,197); }

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

border-color css

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

 span { border-color: rgb(50,159,197); }

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