Html Css Color HEX #329FB3 Pelorous

📋 copy color: '#329FB3'

red 50 ◦ green 159 ◦ blue 179

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

Shades of Pelorous #329FB3

Tints of Pelorous #329FB3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.98%

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

R = 12.89%
G = 40.98%
B = 46.13%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#329FB3 (or 0x329FB3) is known color: Pelorous. HEX triplet: 32, 9F and B3. RGB value is (50,159,179). Sum of RGB (Red+Green+Blue) = 50+159+179=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #329FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FB3 is #CD604C. Grayscale: #808080. Windows color (decimal): -13459533 or 11771698. OLE color: 11771698.

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

Color convert

RGB 50 159 179 -
CMYK 0.72 0.11 0 0.30
HSL 189.3º 0.56% 0.45% -
HSV(B) 189.3º 0.72% 0.7% -
XYZ 21.85 28.73 47.04 -
YUV 128.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 50 159 179 0.72 0.11 0 0.30 189.3 0.56 0.45
Hex 32 9F B3 48 B 0 1E BD 38 2D
Octal 62 237 263 110 13 0 36 275 70 55
Binary 110010 10011111 10110011 1001000 1011 0 11110 10111101 111000 101101

Color Harmonies of #329FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FB3

Black with #329FB3

Text Example


Text Example

White with #329FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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