Html Css Color HEX #329FBA Pelorous

📋 copy color: '#329FBA'

red 50 ◦ green 159 ◦ blue 186

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

Shades of Pelorous #329FBA

Tints of Pelorous #329FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 12.66%
G = 40.25%
B = 47.09%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#329FBA (or 0x329FBA) is known color: Pelorous. HEX triplet: 32, 9F and BA. RGB value is (50,159,186). Sum of RGB (Red+Green+Blue) = 50+159+186=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #329FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FBA is #CD6045. Grayscale: #818181. Windows color (decimal): -13459526 or 12230450. OLE color: 12230450.

HSL color Cylindrical-coordinate representation of color #329FBA: hue angle of 191.91º degrees, saturation: 0.58, 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 #329FBA is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 159 186 -
CMYK 0.73 0.15 0 0.27
HSL 191.91º 0.58% 0.46% -
HSV(B) 191.91º 0.73% 0.73% -
XYZ 22.58 29.02 50.87 -
YUV 129.49 159.89 71.3 -
System Red Green Blue C M Y K H S L
Decimal 50 159 186 0.73 0.15 0 0.27 191.91 0.58 0.46
Hex 32 9F BA 49 F 0 1B C0 3A 2E
Octal 62 237 272 111 17 0 33 300 72 56
Binary 110010 10011111 10111010 1001001 1111 0 11011 11000000 111010 101110

Color Harmonies of #329FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FBA

Black with #329FBA

Text Example


Text Example

White with #329FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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