Html Css Color HEX #329FB2 Pelorous

📋 copy color: '#329FB2'

red 50 ◦ green 159 ◦ blue 178

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

Shades of Pelorous #329FB2

Tints of Pelorous #329FB2

RGB

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

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

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

R = 12.92%
G = 41.09%
B = 45.99%

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

#329FB2 (or 0x329FB2) is known color: Pelorous. HEX triplet: 32, 9F and B2. RGB value is (50,159,178). Sum of RGB (Red+Green+Blue) = 50+159+178=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #329FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329FB2 is #CD604D. Grayscale: #808080. Windows color (decimal): -13459534 or 11706162. OLE color: 11706162.

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

Color convert

RGB 50 159 178 -
CMYK 0.72 0.11 0 0.30
HSL 188.91º 0.56% 0.45% -
HSV(B) 188.91º 0.72% 0.7% -
XYZ 21.75 28.69 46.51 -
YUV 128.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 50 159 178 0.72 0.11 0 0.30 188.91 0.56 0.45
Hex 32 9F B2 48 B 0 1E BD 38 2D
Octal 62 237 262 110 13 0 36 275 70 55
Binary 110010 10011111 10110010 1001000 1011 0 11110 10111101 111000 101101

Color Harmonies of #329FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FB2

Black with #329FB2

Text Example


Text Example

White with #329FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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