Html Css Color HEX #329CBD Pelorous

📋 copy color: '#329CBD'

red 50 ◦ green 156 ◦ blue 189

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

Shades of Pelorous #329CBD

Tints of Pelorous #329CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 12.66%
G = 39.49%
B = 47.85%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#329CBD (or 0x329CBD) is known color: Pelorous. HEX triplet: 32, 9C and BD. RGB value is (50,156,189). Sum of RGB (Red+Green+Blue) = 50+156+189=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #329CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CBD is #CD6342. Grayscale: #7F7F7F. Windows color (decimal): -13460291 or 12426290. OLE color: 12426290.

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

Color convert

RGB 50 156 189 -
CMYK 0.74 0.17 0 0.26
HSL 194.24º 0.58% 0.47% -
HSV(B) 194.24º 0.74% 0.74% -
XYZ 22.39 28.13 52.39 -
YUV 128.07 162.38 72.32 -
System Red Green Blue C M Y K H S L
Decimal 50 156 189 0.74 0.17 0 0.26 194.24 0.58 0.47
Hex 32 9C BD 4A 11 0 1A C2 3A 2F
Octal 62 234 275 112 21 0 32 302 72 57
Binary 110010 10011100 10111101 1001010 10001 0 11010 11000010 111010 101111

Color Harmonies of #329CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CBD

Black with #329CBD

Text Example


Text Example

White with #329CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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