Html Css Color HEX #329FBB Pelorous

📋 copy color: '#329FBB'

red 50 ◦ green 159 ◦ blue 187

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

Shades of Pelorous #329FBB

Tints of Pelorous #329FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 12.63%
G = 40.15%
B = 47.22%

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

#329FBB (or 0x329FBB) is known color: Pelorous. HEX triplet: 32, 9F and BB. RGB value is (50,159,187). Sum of RGB (Red+Green+Blue) = 50+159+187=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #329FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FBB is #CD6044. Grayscale: #818181. Windows color (decimal): -13459525 or 12295986. OLE color: 12295986.

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

Color convert

RGB 50 159 187 -
CMYK 0.73 0.15 0 0.27
HSL 192.26º 0.58% 0.46% -
HSV(B) 192.26º 0.73% 0.73% -
XYZ 22.68 29.06 51.43 -
YUV 129.6 160.39 71.22 -
System Red Green Blue C M Y K H S L
Decimal 50 159 187 0.73 0.15 0 0.27 192.26 0.58 0.46
Hex 32 9F BB 49 F 0 1B C0 3A 2E
Octal 62 237 273 111 17 0 33 300 72 56
Binary 110010 10011111 10111011 1001001 1111 0 11011 11000000 111010 101110

Color Harmonies of #329FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FBB

Black with #329FBB

Text Example


Text Example

White with #329FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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