Html Css Color HEX #329AC8 Pelorous

📋 copy color: '#329AC8'

red 50 ◦ green 154 ◦ blue 200

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

Shades of Pelorous #329AC8

Tints of Pelorous #329AC8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.12%

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

R = 12.38%
G = 38.12%
B = 49.5%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#329AC8 (or 0x329AC8) is known color: Pelorous. HEX triplet: 32, 9A and C8. RGB value is (50,154,200). Sum of RGB (Red+Green+Blue) = 50+154+200=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #329AC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329AC8 is #CD6537. Grayscale: #7F7F7F. Windows color (decimal): -13460792 or 13146674. OLE color: 13146674.

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

Color convert

RGB 50 154 200 -
CMYK 0.75 0.23 0 0.22
HSL 198.4º 0.6% 0.49% -
HSV(B) 198.4º 0.75% 0.78% -
XYZ 23.3 27.96 58.81 -
YUV 128.15 168.54 72.26 -
System Red Green Blue C M Y K H S L
Decimal 50 154 200 0.75 0.23 0 0.22 198.4 0.6 0.49
Hex 32 9A C8 4B 17 0 16 C6 3C 31
Octal 62 232 310 113 27 0 26 306 74 61
Binary 110010 10011010 11001000 1001011 10111 0 10110 11000110 111100 110001

Color Harmonies of #329AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329AC8

Black with #329AC8

Text Example


Text Example

White with #329AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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