Html Css Color HEX #329AB3 Pelorous

📋 copy color: '#329AB3'

red 50 ◦ green 154 ◦ blue 179

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

Shades of Pelorous #329AB3

Tints of Pelorous #329AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.74%

R = 13.05%
G = 40.21%
B = 46.74%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#329AB3 (or 0x329AB3) is known color: Pelorous. HEX triplet: 32, 9A and B3. RGB value is (50,154,179). Sum of RGB (Red+Green+Blue) = 50+154+179=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #329AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329AB3 is #CD654C. Grayscale: #7D7D7D. Windows color (decimal): -13460813 or 11770418. OLE color: 11770418.

HSL color Cylindrical-coordinate representation of color #329AB3: hue angle of 191.63º 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 #329AB3 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 154 179 -
CMYK 0.72 0.14 0 0.30
HSL 191.63º 0.56% 0.45% -
HSV(B) 191.63º 0.72% 0.7% -
XYZ 21.01 27.04 46.76 -
YUV 125.75 158.04 73.97 -
System Red Green Blue C M Y K H S L
Decimal 50 154 179 0.72 0.14 0 0.30 191.63 0.56 0.45
Hex 32 9A B3 48 E 0 1E C0 38 2D
Octal 62 232 263 110 16 0 36 300 70 55
Binary 110010 10011010 10110011 1001000 1110 0 11110 11000000 111000 101101

Color Harmonies of #329AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329AB3

Black with #329AB3

Text Example


Text Example

White with #329AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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