Html Css Color HEX #329CBC Pelorous

📋 copy color: '#329CBC'

red 50 ◦ green 156 ◦ blue 188

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

Shades of Pelorous #329CBC

Tints of Pelorous #329CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 12.69%
G = 39.59%
B = 47.72%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#329CBC (or 0x329CBC) is known color: Pelorous. HEX triplet: 32, 9C and BC. RGB value is (50,156,188). Sum of RGB (Red+Green+Blue) = 50+156+188=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #329CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CBC is #CD6343. Grayscale: #7F7F7F. Windows color (decimal): -13460292 or 12360754. OLE color: 12360754.

HSL color Cylindrical-coordinate representation of color #329CBC: hue angle of 193.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329CBC is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 156 188 -
CMYK 0.73 0.17 0 0.26
HSL 193.91º 0.58% 0.47% -
HSV(B) 193.91º 0.73% 0.74% -
XYZ 22.28 28.09 51.82 -
YUV 127.95 161.88 72.4 -
System Red Green Blue C M Y K H S L
Decimal 50 156 188 0.73 0.17 0 0.26 193.91 0.58 0.47
Hex 32 9C BC 49 11 0 1A C2 3A 2F
Octal 62 234 274 111 21 0 32 302 72 57
Binary 110010 10011100 10111100 1001001 10001 0 11010 11000010 111010 101111

Color Harmonies of #329CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CBC

Black with #329CBC

Text Example


Text Example

White with #329CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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