Html Css Color HEX #329AB2 Pelorous

📋 copy color: '#329AB2'

red 50 ◦ green 154 ◦ blue 178

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

Shades of Pelorous #329AB2

Tints of Pelorous #329AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.6%

R = 13.09%
G = 40.31%
B = 46.6%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#329AB2 (or 0x329AB2) is known color: Pelorous. HEX triplet: 32, 9A and B2. RGB value is (50,154,178). Sum of RGB (Red+Green+Blue) = 50+154+178=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #329AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329AB2 is #CD654D. Grayscale: #7D7D7D. Windows color (decimal): -13460814 or 11704882. OLE color: 11704882.

HSL color Cylindrical-coordinate representation of color #329AB2: hue angle of 191.25º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #329AB2 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 154 178 -
CMYK 0.72 0.13 0 0.30
HSL 191.25º 0.56% 0.45% -
HSV(B) 191.25º 0.72% 0.7% -
XYZ 20.91 27 46.23 -
YUV 125.64 157.54 74.05 -
System Red Green Blue C M Y K H S L
Decimal 50 154 178 0.72 0.13 0 0.30 191.25 0.56 0.45
Hex 32 9A B2 48 D 0 1E BF 38 2D
Octal 62 232 262 110 15 0 36 277 70 55
Binary 110010 10011010 10110010 1001000 1101 0 11110 10111111 111000 101101

Color Harmonies of #329AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329AB2

Black with #329AB2

Text Example


Text Example

White with #329AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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