#389291

Color #389291 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #389291

Tints of Blue Chill #389291

Color information

#389291 (or 0x389291) is unknown color: approx Blue Chill. HEX triplet: 38, 92 and 91. RGB value is (56,146,145). Sum of RGB (Red+Green+Blue) = 56+146+145=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #389291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389291 is #C76D6E. Grayscale: #767676. Windows color (decimal): -13069679 or 9540152. OLE color: 9540152.

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

Color convert

RGB56146145-
CMYK0.6200.010.43
HSL179.33º44.55%39.61%-
HSV(B)179.33º61.64%57.25%-
XYZ17.0223.4430.42-
YUV118.98142.6883.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=16.14%
G=42.07%
B=41.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461450.6200.010.43179.3344.5539.61
Hex3892913E012Bb32d28
Octal702222217601532635550
Binary11100010010010100100011111100110101110110011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389291; }

 p { color: rgb(56,146,145); }

 H1.HeaderClassName
 {
   color: #389291;
 }
 .AnyTagClassName
 {
   color: #389291;
 }
</style>
background-color css

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

 a { background-color: rgb(56,146,145); }

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

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

 span { border-color: rgb(56,146,145); }

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