Html Css Color HEX #329CBA Pelorous

📋 copy color: '#329CBA'

red 50 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #329CBA

Tints of Pelorous #329CBA

RGB

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

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

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

R = 12.76%
G = 39.8%
B = 47.45%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#329CBA (or 0x329CBA) is known color: Pelorous. HEX triplet: 32, 9C and BA. RGB value is (50,156,186). Sum of RGB (Red+Green+Blue) = 50+156+186=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #329CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CBA is #CD6345. Grayscale: #7F7F7F. Windows color (decimal): -13460294 or 12229682. OLE color: 12229682.

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

Color convert

RGB 50 156 186 -
CMYK 0.73 0.16 0 0.27
HSL 193.24º 0.58% 0.46% -
HSV(B) 193.24º 0.73% 0.73% -
XYZ 22.07 28 50.7 -
YUV 127.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 50 156 186 0.73 0.16 0 0.27 193.24 0.58 0.46
Hex 32 9C BA 49 10 0 1B C1 3A 2E
Octal 62 234 272 111 20 0 33 301 72 56
Binary 110010 10011100 10111010 1001001 10000 0 11011 11000001 111010 101110

Color Harmonies of #329CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CBA

Black with #329CBA

Text Example


Text Example

White with #329CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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