Html Css Color HEX #329BBC Pelorous

📋 copy color: '#329BBC'

red 50 ◦ green 155 ◦ blue 188

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

Shades of Pelorous #329BBC

Tints of Pelorous #329BBC

RGB

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

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

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

R = 12.72%
G = 39.44%
B = 47.84%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#329BBC (or 0x329BBC) is known color: Pelorous. HEX triplet: 32, 9B and BC. RGB value is (50,155,188). Sum of RGB (Red+Green+Blue) = 50+155+188=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #329BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BBC is #CD6443. Grayscale: #7F7F7F. Windows color (decimal): -13460548 or 12360498. OLE color: 12360498.

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

Color convert

RGB 50 155 188 -
CMYK 0.73 0.18 0 0.26
HSL 194.35º 0.58% 0.47% -
HSV(B) 194.35º 0.73% 0.74% -
XYZ 22.11 27.75 51.77 -
YUV 127.37 162.21 72.82 -
System Red Green Blue C M Y K H S L
Decimal 50 155 188 0.73 0.18 0 0.26 194.35 0.58 0.47
Hex 32 9B BC 49 12 0 1A C2 3A 2F
Octal 62 233 274 111 22 0 32 302 72 57
Binary 110010 10011011 10111100 1001001 10010 0 11010 11000010 111010 101111

Color Harmonies of #329BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BBC

Black with #329BBC

Text Example


Text Example

White with #329BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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