Html Css Color HEX #329CB3 Pelorous

📋 copy color: '#329CB3'

red 50 ◦ green 156 ◦ blue 179

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

Shades of Pelorous #329CB3

Tints of Pelorous #329CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 12.99%
G = 40.52%
B = 46.49%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#329CB3 (or 0x329CB3) is known color: Pelorous. HEX triplet: 32, 9C and B3. RGB value is (50,156,179). Sum of RGB (Red+Green+Blue) = 50+156+179=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #329CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CB3 is #CD634C. Grayscale: #7E7E7E. Windows color (decimal): -13460301 or 11770930. OLE color: 11770930.

HSL color Cylindrical-coordinate representation of color #329CB3: hue angle of 190.7º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #329CB3 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 156 179 -
CMYK 0.72 0.13 0 0.30
HSL 190.7º 0.56% 0.45% -
HSV(B) 190.7º 0.72% 0.7% -
XYZ 21.34 27.71 46.87 -
YUV 126.93 157.38 73.13 -
System Red Green Blue C M Y K H S L
Decimal 50 156 179 0.72 0.13 0 0.30 190.7 0.56 0.45
Hex 32 9C B3 48 D 0 1E BF 38 2D
Octal 62 234 263 110 15 0 36 277 70 55
Binary 110010 10011100 10110011 1001000 1101 0 11110 10111111 111000 101101

Color Harmonies of #329CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CB3

Black with #329CB3

Text Example


Text Example

White with #329CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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