Html Css Color HEX #329BBB Pelorous

📋 copy color: '#329BBB'

red 50 ◦ green 155 ◦ blue 187

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

Shades of Pelorous #329BBB

Tints of Pelorous #329BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

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

R = 12.76%
G = 39.54%
B = 47.7%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#329BBB (or 0x329BBB) is known color: Pelorous. HEX triplet: 32, 9B and BB. RGB value is (50,155,187). Sum of RGB (Red+Green+Blue) = 50+155+187=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #329BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BBB is #CD6444. Grayscale: #7F7F7F. Windows color (decimal): -13460549 or 12294962. OLE color: 12294962.

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

Color convert

RGB 50 155 187 -
CMYK 0.73 0.17 0 0.27
HSL 194.01º 0.58% 0.46% -
HSV(B) 194.01º 0.73% 0.73% -
XYZ 22.01 27.71 51.2 -
YUV 127.25 161.71 72.9 -
System Red Green Blue C M Y K H S L
Decimal 50 155 187 0.73 0.17 0 0.27 194.01 0.58 0.46
Hex 32 9B BB 49 11 0 1B C2 3A 2E
Octal 62 233 273 111 21 0 33 302 72 56
Binary 110010 10011011 10111011 1001001 10001 0 11011 11000010 111010 101110

Color Harmonies of #329BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BBB

Black with #329BBB

Text Example


Text Example

White with #329BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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