Html Css Color HEX #329DC8 Pelorous

📋 copy color: '#329DC8'

red 50 ◦ green 157 ◦ blue 200

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

Shades of Pelorous #329DC8

Tints of Pelorous #329DC8

RGB

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

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

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

R = 12.29%
G = 38.57%
B = 49.14%

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

#329DC8 (or 0x329DC8) is known color: Pelorous. HEX triplet: 32, 9D and C8. RGB value is (50,157,200). Sum of RGB (Red+Green+Blue) = 50+157+200=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #329DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DC8 is #CD6237. Grayscale: #818181. Windows color (decimal): -13460024 or 13147442. OLE color: 13147442.

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

Color convert

RGB 50 157 200 -
CMYK 0.75 0.22 0 0.22
HSL 197.2º 0.6% 0.49% -
HSV(B) 197.2º 0.75% 0.78% -
XYZ 23.8 28.96 58.98 -
YUV 129.91 167.55 71 -
System Red Green Blue C M Y K H S L
Decimal 50 157 200 0.75 0.22 0 0.22 197.2 0.6 0.49
Hex 32 9D C8 4B 16 0 16 C5 3C 31
Octal 62 235 310 113 26 0 26 305 74 61
Binary 110010 10011101 11001000 1001011 10110 0 10110 11000101 111100 110001

Color Harmonies of #329DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DC8

Black with #329DC8

Text Example


Text Example

White with #329DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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