Html Css Color HEX #329092 Blue Chill

📋 copy color: '#329092'

red 50 ◦ green 144 ◦ blue 146

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

Shades of Blue Chill #329092

Tints of Blue Chill #329092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

 BLUE value IS 146 (57.42% from 255) = 42.94%

R = 14.71%
G = 42.35%
B = 42.94%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#329092 (or 0x329092) is known color: Blue Chill. HEX triplet: 32, 90 and 92. RGB value is (50,144,146). Sum of RGB (Red+Green+Blue) = 50+144+146=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #329092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329092 is #CD6F6D. Grayscale: #747474. Windows color (decimal): -13463406 or 9605170. OLE color: 9605170.

HSL color Cylindrical-coordinate representation of color #329092: hue angle of 181.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329092 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 144 146 -
CMYK 0.66 0.01 0 0.43
HSL 181.25º 0.49% 0.38% -
HSV(B) 181.25º 0.66% 0.57% -
XYZ 16.48 22.7 30.71 -
YUV 116.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 50 144 146 0.66 0.01 0 0.43 181.25 0.49 0.38
Hex 32 90 92 42 1 0 2B B5 31 26
Octal 62 220 222 102 1 0 53 265 61 46
Binary 110010 10010000 10010010 1000010 1 0 101011 10110101 110001 100110

Color Harmonies of #329092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329092

Black with #329092

Text Example


Text Example

White with #329092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329092; }

 p { color: rgb(50,144,146); }

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

background-color css

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

 a { background-color: rgb(50,144,146); }

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

border-color css

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

 span { border-color: rgb(50,144,146); }

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