#389292

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

Shades of Blue Chill #389292

Tints of Blue Chill #389292

Color information

#389292 (or 0x389292) is unknown color: approx Blue Chill. HEX triplet: 38, 92 and 92. RGB value is (56,146,146). Sum of RGB (Red+Green+Blue) = 56+146+146=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #389292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389292 is #C76D6D. Grayscale: #777777. Windows color (decimal): -13069678 or 9605688. OLE color: 9605688.

HSL color Cylindrical-coordinate representation of color #389292: hue angle of 180º 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 #389292 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB56146146-
CMYK0.62000.43
HSL180º44.55%39.61%-
HSV(B)180º61.64%57.25%-
XYZ17.123.4730.82-
YUV119.09143.1883-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=16.09%
G=41.95%
B=41.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461460.62000.4318044.5539.61
Hex3892923E002Bb42d28
Octal702222227600532645550
Binary11100010010010100100101111100010101110110100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389292; }

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

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

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

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

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

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

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

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