Html Css Color HEX #329FB9 Pelorous

📋 copy color: '#329FB9'

red 50 ◦ green 159 ◦ blue 185

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

Shades of Pelorous #329FB9

Tints of Pelorous #329FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.95%

R = 12.69%
G = 40.36%
B = 46.95%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#329FB9 (or 0x329FB9) is known color: Pelorous. HEX triplet: 32, 9F and B9. RGB value is (50,159,185). Sum of RGB (Red+Green+Blue) = 50+159+185=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #329FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FB9 is #CD6046. Grayscale: #818181. Windows color (decimal): -13459527 or 12164914. OLE color: 12164914.

HSL color Cylindrical-coordinate representation of color #329FB9: hue angle of 191.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329FB9 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 159 185 -
CMYK 0.73 0.14 0 0.27
HSL 191.56º 0.57% 0.46% -
HSV(B) 191.56º 0.73% 0.73% -
XYZ 22.47 28.98 50.31 -
YUV 129.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 50 159 185 0.73 0.14 0 0.27 191.56 0.57 0.46
Hex 32 9F B9 49 E 0 1B C0 39 2E
Octal 62 237 271 111 16 0 33 300 71 56
Binary 110010 10011111 10111001 1001001 1110 0 11011 11000000 111001 101110

Color Harmonies of #329FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FB9

Black with #329FB9

Text Example


Text Example

White with #329FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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