Html Css Color HEX #329CBB Pelorous

📋 copy color: '#329CBB'

red 50 ◦ green 156 ◦ blue 187

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

Shades of Pelorous #329CBB

Tints of Pelorous #329CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.69%

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

R = 12.72%
G = 39.69%
B = 47.58%

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

#329CBB (or 0x329CBB) is known color: Pelorous. HEX triplet: 32, 9C and BB. RGB value is (50,156,187). Sum of RGB (Red+Green+Blue) = 50+156+187=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #329CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CBB is #CD6344. Grayscale: #7F7F7F. Windows color (decimal): -13460293 or 12295218. OLE color: 12295218.

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

Color convert

RGB 50 156 187 -
CMYK 0.73 0.17 0 0.27
HSL 193.58º 0.58% 0.46% -
HSV(B) 193.58º 0.73% 0.73% -
XYZ 22.17 28.04 51.26 -
YUV 127.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 50 156 187 0.73 0.17 0 0.27 193.58 0.58 0.46
Hex 32 9C BB 49 11 0 1B C2 3A 2E
Octal 62 234 273 111 21 0 33 302 72 56
Binary 110010 10011100 10111011 1001001 10001 0 11011 11000010 111010 101110

Color Harmonies of #329CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CBB

Black with #329CBB

Text Example


Text Example

White with #329CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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