Html Css Color HEX #329093 Blue Chill

📋 copy color: '#329093'

red 50 ◦ green 144 ◦ blue 147

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

Shades of Blue Chill #329093

Tints of Blue Chill #329093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 14.66%
G = 42.23%
B = 43.11%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#329093 (or 0x329093) is known color: Blue Chill. HEX triplet: 32, 90 and 93. RGB value is (50,144,147). Sum of RGB (Red+Green+Blue) = 50+144+147=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #329093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329093 is #CD6F6C. Grayscale: #747474. Windows color (decimal): -13463405 or 9670706. OLE color: 9670706.

HSL color Cylindrical-coordinate representation of color #329093: hue angle of 181.86º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329093 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 144 147 -
CMYK 0.66 0.02 0 0.42
HSL 181.86º 0.49% 0.39% -
HSV(B) 181.86º 0.66% 0.58% -
XYZ 16.56 22.73 31.12 -
YUV 116.24 145.36 80.76 -
System Red Green Blue C M Y K H S L
Decimal 50 144 147 0.66 0.02 0 0.42 181.86 0.49 0.39
Hex 32 90 93 42 2 0 2A B6 31 27
Octal 62 220 223 102 2 0 52 266 61 47
Binary 110010 10010000 10010011 1000010 10 0 101010 10110110 110001 100111

Color Harmonies of #329093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329093

Black with #329093

Text Example


Text Example

White with #329093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329093; }

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

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

background-color css

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

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

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

border-color css

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

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

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