Html Css Color HEX #329AC0 Pelorous

📋 copy color: '#329AC0'

red 50 ◦ green 154 ◦ blue 192

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

Shades of Pelorous #329AC0

Tints of Pelorous #329AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 12.63%
G = 38.89%
B = 48.48%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#329AC0 (or 0x329AC0) is known color: Pelorous. HEX triplet: 32, 9A and C0. RGB value is (50,154,192). Sum of RGB (Red+Green+Blue) = 50+154+192=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #329AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329AC0 is #CD653F. Grayscale: #7E7E7E. Windows color (decimal): -13460800 or 12622386. OLE color: 12622386.

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

Color convert

RGB 50 154 192 -
CMYK 0.74 0.20 0 0.25
HSL 196.06º 0.59% 0.47% -
HSV(B) 196.06º 0.74% 0.75% -
XYZ 22.39 27.6 54.02 -
YUV 127.24 164.54 72.91 -
System Red Green Blue C M Y K H S L
Decimal 50 154 192 0.74 0.20 0 0.25 196.06 0.59 0.47
Hex 32 9A C0 4A 14 0 19 C4 3B 2F
Octal 62 232 300 112 24 0 31 304 73 57
Binary 110010 10011010 11000000 1001010 10100 0 11001 11000100 111011 101111

Color Harmonies of #329AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329AC0

Black with #329AC0

Text Example


Text Example

White with #329AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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